Class RDFCollectionAttribute<X,V>
java.lang.Object
cz.cvut.kbss.jopa.model.metamodel.AbstractAttribute<X,C>
cz.cvut.kbss.jopa.model.metamodel.AbstractPluralAttribute<X,List<V>,V>
cz.cvut.kbss.jopa.model.metamodel.ListAttributeImpl<X,V>
cz.cvut.kbss.jopa.model.metamodel.RDFCollectionAttribute<X,V>
- All Implemented Interfaces:
Attribute<X,,List<V>> Bindable<V>,FieldSpecification<X,,List<V>> ListAttribute<X,,V> PluralAttribute<X,List<V>, V>
-
Nested Class Summary
Nested classes/interfaces inherited from interface cz.cvut.kbss.jopa.model.metamodel.Attribute
Attribute.PersistentAttributeTypeNested classes/interfaces inherited from interface cz.cvut.kbss.jopa.model.metamodel.Bindable
Bindable.BindableType -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether this list represents a RDF collection.toString()Methods inherited from class cz.cvut.kbss.jopa.model.metamodel.ListAttributeImpl
getCollectionType, getHasContentsPropertyIRI, getHasNextPropertyIRI, getListClassIRI, getSequenceTypeMethods inherited from class cz.cvut.kbss.jopa.model.metamodel.AbstractPluralAttribute
getBindableJavaType, getBindableType, getElementType, getJavaType, isCollectionMethods inherited from class cz.cvut.kbss.jopa.model.metamodel.AbstractAttribute
getCascadeTypes, getConstraints, getConverter, getDatatype, getDeclaringType, getFetchType, getIRI, getJavaField, getJavaMember, getLanguage, getName, getPersistentAttributeType, hasLanguage, includeExplicit, isInferred, isLexicalForm, isNonEmpty, isSimpleLiteralMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface cz.cvut.kbss.jopa.model.metamodel.Attribute
getCascadeTypes, getConstraints, getDatatype, getIRI, getJavaMember, getLanguage, getPersistentAttributeType, hasLanguage, isAssociation, isLexicalForm, isMappedAttribute, isNonEmpty, isSimpleLiteralMethods inherited from interface cz.cvut.kbss.jopa.model.metamodel.Bindable
getBindableJavaType, getBindableTypeMethods inherited from interface cz.cvut.kbss.jopa.model.metamodel.FieldSpecification
getDeclaringType, getFetchType, getJavaField, getJavaType, getName, includeExplicit, isCollection, isInferredMethods inherited from interface cz.cvut.kbss.jopa.model.metamodel.PluralAttribute
getElementType, isRdfContainer
-
Method Details
-
isRDFCollection
public boolean isRDFCollection()Description copied from interface:PluralAttributeWhether this list represents a RDF collection.- Returns:
truewhen this list attribute is an RDF collection,falseotherwise- See Also:
-
toString
- Overrides:
toStringin classListAttributeImpl<X,V>
-