Uses of Class
org.gcube.informationsystem.base.reference.AccessType
-
-
Uses of AccessType in org.gcube.informationsystem.base.reference
Methods in org.gcube.informationsystem.base.reference that return AccessType Modifier and Type Method Description static AccessTypeAccessType. getAccessType(Class<?> clz)static AccessTypeAccessType. getAccessType(String typeName)Provide the access type from the name provided type name as argumentstatic AccessTypeAccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessType[]AccessType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AccessType in org.gcube.informationsystem.types.impl
Methods in org.gcube.informationsystem.types.impl that return AccessType Modifier and Type Method Description AccessTypeTypeImpl. getAccessType() -
Uses of AccessType in org.gcube.informationsystem.types.impl.entities
Methods in org.gcube.informationsystem.types.impl.entities that return AccessType Modifier and Type Method Description AccessTypeEntityTypeImpl. getAccessType()AccessTypeFacetTypeImpl. getAccessType()AccessTypeResourceTypeImpl. getAccessType() -
Uses of AccessType in org.gcube.informationsystem.types.impl.properties
Methods in org.gcube.informationsystem.types.impl.properties that return AccessType Modifier and Type Method Description AccessTypePropertyTypeImpl. getAccessType() -
Uses of AccessType in org.gcube.informationsystem.types.impl.relations
Methods in org.gcube.informationsystem.types.impl.relations that return AccessType Modifier and Type Method Description AccessTypeConsistsOfTypeImpl. getAccessType()AccessTypeIsRelatedToTypeImpl. getAccessType()AccessTypeRelationTypeImpl. getAccessType() -
Uses of AccessType in org.gcube.informationsystem.types.reference
Methods in org.gcube.informationsystem.types.reference that return AccessType Modifier and Type Method Description AccessTypeType. getAccessType()
-