Interface ReferenceProperty
- All Superinterfaces:
Element,ModifierOwner,NamedElement,OrdinalElement,Property,TypedElement
- All Known Subinterfaces:
AssociationEnd,AssociationEndSignature,ParameterizedProperty
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.collections.api.list.ImmutableList<Modifier>getType()default booleanisAudit()default booleandefault booleandefault booleanisFinal()default booleandefault booleanisOwned()default booleandefault booleandefault booleanisToSelf()default booleanMethods inherited from interface cool.klass.model.meta.domain.api.Element
getMacroElementMethods inherited from interface cool.klass.model.meta.domain.api.NamedElement
getNameMethods inherited from interface cool.klass.model.meta.domain.api.OrdinalElement
getOrdinalMethods inherited from interface cool.klass.model.meta.domain.api.property.Property
getOwningClassifier, visit
-
Method Details
-
getMultiplicity
-
isRequired
default boolean isRequired()- Specified by:
isRequiredin interfaceProperty
-
isDerived
default boolean isDerived() -
getOrderBy
-
getType
- Specified by:
getTypein interfaceTypedElement
-
getModifiers
-
isOwned
default boolean isOwned() -
isVersion
default boolean isVersion() -
isAudit
default boolean isAudit() -
isCreatedBy
default boolean isCreatedBy() -
isLastUpdatedBy
default boolean isLastUpdatedBy() -
isFinal
default boolean isFinal() -
isPrivate
default boolean isPrivate() -
isToSelf
default boolean isToSelf()
-