- All Superinterfaces:
IDefaultable,IInstance,IInstanceAbsolute,IModelElement,IModelElementVisitable,IValued
Represents an instance that has no value.
This interface marks instances that do not produce a value when queried,
always returning null from getValue(Object).
-
Method Summary
Methods inherited from interface dev.metaschema.core.model.IDefaultable
getDefaultValue, getEffectiveDefaultValue, getResolvedDefaultValueMethods 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
accept
-
Method Details
-
getValue
Description copied from interface:IValuedGet the current value from the providedparentInstanceobject.The provided object must be of the type associated with the definition containing this instance.
-