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 AccessType[]AccessType. getModelTypes()static 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.discovery.knowledge
Fields in org.gcube.informationsystem.discovery.knowledge with type parameters of type AccessType Modifier and Type Field Description protected Map<AccessType,Discovery<Element>>ModelKnowledge. discoveriesprotected Map<AccessType,Tree<Class<Element>>>ModelKnowledge. treesprotected Map<AccessType,UsageKnowledge>ModelKnowledge. usageKnowledgesMethods in org.gcube.informationsystem.discovery.knowledge with parameters of type AccessType Modifier and Type Method Description Tree<Class<Element>>ModelKnowledge. getClassesTree(AccessType accessType)Discovery<Element>ModelKnowledge. getDiscovery(AccessType accessType)UsageKnowledgeModelKnowledge. getUsageKnowledge(AccessType accessType) -
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()
-