Uses of Class
org.gcube.informationsystem.types.PropertyTypeName.BaseType
-
Packages that use PropertyTypeName.BaseType Package Description org.gcube.informationsystem.types -
-
Uses of PropertyTypeName.BaseType in org.gcube.informationsystem.types
Fields in org.gcube.informationsystem.types declared as PropertyTypeName.BaseType Modifier and Type Field Description protected PropertyTypeName.BaseTypePropertyTypeName. baseTypeprotected PropertyTypeName.BaseTypePropertyTypeName. genericBaseTypeFields in org.gcube.informationsystem.types with type parameters of type PropertyTypeName.BaseType Modifier and Type Field Description protected static Map<Class<?>,PropertyTypeName.BaseType>PropertyTypeName. BASE_PROPERTY_TYPES_BY_CLASSprotected static Map<String,PropertyTypeName.BaseType>PropertyTypeName.BaseType. mapMethods in org.gcube.informationsystem.types that return PropertyTypeName.BaseType Modifier and Type Method Description PropertyTypeName.BaseTypePropertyTypeName. getBaseType()static PropertyTypeName.BaseTypePropertyTypeName. getBaseTypeByClass(Class<?> clazz)Return the correspondent type by checking the "assignability" of the class received as parameter.static PropertyTypeName.BaseTypePropertyTypeName.BaseType. getBaseTypeFromString(String type)PropertyTypeName.BaseTypePropertyTypeName. getGenericBaseType()static PropertyTypeName.BaseTypePropertyTypeName.BaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyTypeName.BaseType[]PropertyTypeName.BaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-