| Package | Description |
|---|---|
| org.gcube.informationsystem.types |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyTypeName.BaseType |
PropertyTypeName.baseType |
protected PropertyTypeName.BaseType |
PropertyTypeName.genericBaseType |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<Class<?>,PropertyTypeName.BaseType> |
PropertyTypeName.BASE_PROPERTY_TYPES_BY_CLASS |
protected static Map<String,PropertyTypeName.BaseType> |
PropertyTypeName.BaseType.map |
| Modifier and Type | Method and Description |
|---|---|
PropertyTypeName.BaseType |
PropertyTypeName.getBaseType() |
static PropertyTypeName.BaseType |
PropertyTypeName.getBaseTypeByClass(Class<?> clazz)
Return the correspondent type by checking the "assignability" of the
class received as parameter.
|
static PropertyTypeName.BaseType |
PropertyTypeName.BaseType.getBaseTypeFromString(String type) |
PropertyTypeName.BaseType |
PropertyTypeName.getGenericBaseType() |
static PropertyTypeName.BaseType |
PropertyTypeName.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.
|
Copyright © 2022. All Rights Reserved.