Interface Modifier
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault booleandefault booleanisAudit()default booleandefault booleandefault booleandefault booleanisFinal()default booleanisFrom()default booleanisID()default booleanisKey()default booleandefault booleandefault booleanisSystem()default booleanisTo()default booleanisValid()default booleanMethods inherited from interface cool.klass.model.meta.domain.api.Element
getMacroElementMethods inherited from interface cool.klass.model.meta.domain.api.OrdinalElement
getOrdinal
-
Field Details
-
CREATED_BY
- See Also:
-
CREATED_ON
- See Also:
-
LAST_UPDATED_BY
- See Also:
-
AUDIT_PROPERTY_NAMES
-
-
Method Details
-
getModifierOwner
ModifierOwner getModifierOwner() -
getKeyword
String getKeyword() -
is
-
isKey
default boolean isKey() -
isID
default boolean isID() -
isValid
default boolean isValid() -
isSystem
default boolean isSystem() -
isFrom
default boolean isFrom() -
isTo
default boolean isTo() -
isFinal
default boolean isFinal() -
isPrivate
default boolean isPrivate() -
isAudit
default boolean isAudit() -
isCreatedBy
default boolean isCreatedBy() -
isCreatedOn
default boolean isCreatedOn() -
isLastUpdatedBy
default boolean isLastUpdatedBy() -
isVersion
default boolean isVersion() -
isDerived
default boolean isDerived()
-