Interface TypeInformation<T>
- Type Parameters:
T- The type of the element.
- All Superinterfaces:
NodeInformation<T>
- All Known Implementing Classes:
ClassInformation,TypeInformation
Extends
NodeInformation to provide additional type-related information.- Author:
- Luca Frosini (ISTI - CNR)
-
Method Summary
Modifier and TypeMethodDescriptiongetAccessType(T t) Returns theAccessTypeof the given element.getRoot(AccessType accessType) Returns the root element for a givenAccessType.Methods inherited from interface org.gcube.informationsystem.tree.NodeInformation
getIdentifier, getParentIdentifiers
-
Method Details
-
getAccessType
Returns theAccessTypeof the given element.- Parameters:
t- The element.- Returns:
- The access type.
-
getRoot
Returns the root element for a givenAccessType.- Parameters:
accessType- The access type.- Returns:
- The root element.
-