Uses of Class
org.gcube.informationsystem.types.PropertyTypeName.BaseType
-
Packages that use PropertyTypeName.BaseType Package Description org.gcube.informationsystem.types org.gcube.informationsystem.utils -
-
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. baseTypeThe base type.protected PropertyTypeName.BaseTypePropertyTypeName. genericBaseTypeThe generic base type.Fields 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_CLASSA map of base types, keyed by class.protected static Map<String,PropertyTypeName.BaseType>PropertyTypeName.BaseType. mapA map of base types, keyed by string representation.Methods in org.gcube.informationsystem.types that return PropertyTypeName.BaseType Modifier and Type Method Description PropertyTypeName.BaseTypePropertyTypeName. getBaseType()Returns the base type of this property.static PropertyTypeName.BaseTypePropertyTypeName. getBaseTypeByClass(Class<?> clazz)Determines the correspondingPropertyTypeName.BaseTypefor a given class.static PropertyTypeName.BaseTypePropertyTypeName.BaseType. getBaseTypeFromString(String type)Returns theBaseTypeenum constant from its string representation.PropertyTypeName.BaseTypePropertyTypeName. getGenericBaseType()Returns the generic base type of this property, if applicable.PropertyTypeName.BaseType[]PropertyTypeName.BaseTypeGroup. getGroup()Returns the group of base types.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. -
Uses of PropertyTypeName.BaseType in org.gcube.informationsystem.utils
Methods in org.gcube.informationsystem.utils with parameters of type PropertyTypeName.BaseType Modifier and Type Method Description static ObjectAttributeUtility. evaluateValueStringAccordingBaseType(PropertyTypeName.BaseType baseType, String valueAsString)Converts a string value to an object of the specified base type.
-