Class IsRelatedToTypeImpl
- java.lang.Object
-
- org.gcube.informationsystem.types.impl.TypeImpl
-
- org.gcube.informationsystem.types.impl.relations.RelationTypeImpl<ResourceType,ResourceType>
-
- org.gcube.informationsystem.types.impl.relations.IsRelatedToTypeImpl
-
- All Implemented Interfaces:
Serializable,Element,IdentifiableElement,RelationElement<ResourceType,ResourceType>,IsRelatedToType,RelationType<ResourceType,ResourceType>,Type
public final class IsRelatedToTypeImpl extends RelationTypeImpl<ResourceType,ResourceType> implements IsRelatedToType
- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.gcube.informationsystem.types.impl.relations.RelationTypeImpl
source, target
-
Fields inherited from class org.gcube.informationsystem.types.impl.TypeImpl
abstractType, changelog, DEFAULT_CHANGELOG_MAP, description, extendedTypes, finalClass, metadata, name, properties, uuid, version
-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
DATETIME_PATTERN, TYPE_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
ID_PROPERTY, METADATA_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.types.reference.relations.IsRelatedToType
NAME
-
Fields inherited from interface org.gcube.informationsystem.base.reference.relations.RelationElement
SOURCE_PROPERTY, TARGET_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.types.reference.relations.RelationType
NAME
-
Fields inherited from interface org.gcube.informationsystem.types.reference.Type
ABSTRACT_PROPERTY, CHANGELOG_PROPERTY, DESCRIPTION_PROPERTY, EXTENDED_TYPES_PROPERTY, FINAL_PROPERTY, NAME, NAME_PROPERTY, PROPERTIES_PROPERTY, VERSION_PROPERTY
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIsRelatedToTypeImpl()IsRelatedToTypeImpl(Class<? extends IsRelatedTo<? extends Resource,? extends Resource>> clz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessTypegetAccessType()-
Methods inherited from class org.gcube.informationsystem.types.impl.relations.RelationTypeImpl
getParametersFromSuperClasses, getRelationTypeDefinitionInstance, getSource, getTarget, setSource, setTarget, toString
-
Methods inherited from class org.gcube.informationsystem.types.impl.TypeImpl
getChangelog, getChangelogWithVersionAsString, getDescription, getExtendedTypes, getGenericClass, getID, getInstance, getMetadata, getName, getProperties, getTypeName, getVersion, getVersionAsString, isAbstract, isFinal, retrieveListOfProperties, retrieveSuperClasses, setChangelog, setID, setMetadata, setVersion
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.gcube.informationsystem.base.reference.Element
getTypeName
-
Methods inherited from interface org.gcube.informationsystem.base.reference.relations.RelationElement
getID, getMetadata, setID, setMetadata, setSource, setTarget
-
Methods inherited from interface org.gcube.informationsystem.types.reference.relations.RelationType
getDescription, getExtendedTypes, getName, getProperties, getSource, getTarget, isAbstract
-
Methods inherited from interface org.gcube.informationsystem.types.reference.Type
getChangelog, getChangelogWithVersionAsString, getID, getMetadata, getVersion, getVersionAsString, isFinal, setID, setMetadata
-
-
-
-
Constructor Detail
-
IsRelatedToTypeImpl
protected IsRelatedToTypeImpl()
-
IsRelatedToTypeImpl
public IsRelatedToTypeImpl(Class<? extends IsRelatedTo<? extends Resource,? extends Resource>> clz)
-
-
Method Detail
-
getAccessType
public AccessType getAccessType()
- Specified by:
getAccessTypein interfaceType- Overrides:
getAccessTypein classRelationTypeImpl<ResourceType,ResourceType>
-
-