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.PersistentAttributeType
Nested classes/interfaces inherited from interface cz.cvut.kbss.jopa.model.metamodel.Bindable
Bindable.BindableType
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Whether this list represents a RDF collection.toString()
Methods inherited from class cz.cvut.kbss.jopa.model.metamodel.ListAttributeImpl
getCollectionType, getHasContentsPropertyIRI, getHasNextPropertyIRI, getListClassIRI, getSequenceType
Methods inherited from class cz.cvut.kbss.jopa.model.metamodel.AbstractPluralAttribute
getBindableJavaType, getBindableType, getElementType, getJavaType, isCollection
Methods 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, isSimpleLiteral
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface cz.cvut.kbss.jopa.model.metamodel.Attribute
getCascadeTypes, getConstraints, getDatatype, getIRI, getJavaMember, getLanguage, getPersistentAttributeType, hasLanguage, isAssociation, isLexicalForm, isMappedAttribute, isNonEmpty, isSimpleLiteral
Methods inherited from interface cz.cvut.kbss.jopa.model.metamodel.Bindable
getBindableJavaType, getBindableType
Methods inherited from interface cz.cvut.kbss.jopa.model.metamodel.FieldSpecification
getDeclaringType, getFetchType, getJavaField, getJavaType, getName, includeExplicit, isCollection, isInferred
Methods inherited from interface cz.cvut.kbss.jopa.model.metamodel.PluralAttribute
getElementType, isRdfContainer
-
Method Details
-
isRDFCollection
public boolean isRDFCollection()Description copied from interface:ListAttribute
Whether this list represents a RDF collection.- Returns:
true
when this list attribute is an RDF collection,false
otherwise- See Also:
-
toString
- Overrides:
toString
in classListAttributeImpl<X,
V>
-