- All Superinterfaces:
IAttributable,IDefaultable,IDescribable,IInstance,IJsonNamed,IModelElement,IModelElementVisitable,INamed,INamedInstance,INamedModelElement
- All Known Subinterfaces:
IBoundInstanceFlag,IBoundInstanceModelField<ITEM>,IBoundInstanceModelFieldComplex,IBoundInstanceModelFieldScalar,IBoundInstanceModelGroupedField,IFieldInstance,IFieldInstanceAbsolute,IFieldInstanceGrouped,IFlagInstance
- All Known Implementing Classes:
AbstractFieldInstance,AbstractFlagInstance,AbstractInlineFieldDefinition,AbstractInlineFlagDefinition
Represents a Metaschema instance that has an associated value (i.e., field or
flag instance).
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.metaschema.core.model.IAttributable
IAttributable.Key -
Field Summary
Fields inherited from interface dev.metaschema.core.model.IAttributable
DEFAULT_PROPERY_NAMESPACE -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the definition of this instance.Methods inherited from interface dev.metaschema.core.model.IAttributable
getProperties, getPropertyValues, hasProperty, hasPropertyValueMethods inherited from interface dev.metaschema.core.model.IDefaultable
getDefaultValue, getEffectiveDefaultValue, getResolvedDefaultValueMethods inherited from interface dev.metaschema.core.model.IDescribable
getDescription, getEffectiveDescription, getEffectiveFormalName, getFormalNameMethods inherited from interface dev.metaschema.core.model.IInstance
getContainingDefinition, getParentContainer, toCoordinatesMethods inherited from interface dev.metaschema.core.model.IModelElement
getContainingModule, getModelType, getRemarksMethods inherited from interface dev.metaschema.core.model.IModelElementVisitable
acceptMethods inherited from interface dev.metaschema.core.model.INamed
getEffectiveIndex, getEffectiveName, getIndex, getName, getQName, getUseIndex, getUseNameMethods inherited from interface dev.metaschema.core.model.INamedInstance
getReferencedDefinitionQName, isInlineDefinitionMethods inherited from interface dev.metaschema.core.model.INamedModelElement
getJsonName
-
Method Details
-
getDefinition
Description copied from interface:INamedInstanceRetrieve the definition of this instance.- Specified by:
getDefinitionin interfaceINamedInstance- Returns:
- the corresponding definition
-