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 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, header, name, properties, superClasses, version
-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
CLASS_PROPERTY, DATETIME_PATTERN, SUPERCLASSES_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
HEADER_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, NAME, NAME_PROPERTY, PROPERTIES_PROPERTY, TYPE_SUPERCLASSES_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
-
Methods inherited from class org.gcube.informationsystem.types.impl.TypeImpl
getChangelog, getChangelogWithVersionAsString, getDescription, getGenericClass, getHeader, getInstance, getName, getProperties, getSuperClasses, getVersion, getVersionAsString, isAbstract, retrieveListOfProperties, retrieveSuperClasses, setChangelog, setHeader, setVersion
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
setHeader
-
Methods inherited from interface org.gcube.informationsystem.base.reference.relations.RelationElement
getHeader, setSource, setTarget
-
Methods inherited from interface org.gcube.informationsystem.types.reference.relations.RelationType
getDescription, getName, getProperties, getSource, getSuperClasses, getTarget, isAbstract
-
Methods inherited from interface org.gcube.informationsystem.types.reference.Type
getChangelog, getChangelogWithVersionAsString, getVersion, getVersionAsString
-
-
-
-
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>
-
-