Uses of Enum Class
org.gcube.informationsystem.types.PropertyTypeName.BaseType
Packages that use PropertyTypeName.BaseType
-
Uses of PropertyTypeName.BaseType in org.gcube.informationsystem.types
Fields in org.gcube.informationsystem.types declared as PropertyTypeName.BaseTypeModifier and TypeFieldDescriptionprotected PropertyTypeName.BaseTypePropertyTypeName.baseTypeThe base type.protected PropertyTypeName.BaseTypePropertyTypeName.genericBaseTypeThe generic base type.Fields in org.gcube.informationsystem.types with type parameters of type PropertyTypeName.BaseTypeModifier and TypeFieldDescriptionprotected static final Map<Class<?>,PropertyTypeName.BaseType> PropertyTypeName.BASE_PROPERTY_TYPES_BY_CLASSA map of base types, keyed by class.protected static final Map<String,PropertyTypeName.BaseType> PropertyTypeName.BaseType.mapA map of base types, keyed by string representation.Methods in org.gcube.informationsystem.types that return PropertyTypeName.BaseTypeModifier and TypeMethodDescriptionPropertyTypeName.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.getGenericBaseType()Returns the generic base type of this property, if applicable.PropertyTypeName.BaseTypeGroup.getGroup()Returns the group of base types.static PropertyTypeName.BaseTypeReturns the enum constant of this class with the specified name.static PropertyTypeName.BaseType[]PropertyTypeName.BaseType.values()Returns an array containing the constants of this enum class, 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.BaseTypeModifier and TypeMethodDescriptionstatic ObjectAttributeUtility.evaluateValueStringAccordingBaseType(PropertyTypeName.BaseType baseType, String valueAsString) Converts a string value to an object of the specified base type.