public interface IValue extends IModelExtension
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE_ANY
type to be used when the variable is 'untyped'.
|
MODEL_ID| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
returns a string representation of this value.
|
java.lang.String |
type()
returns the type of this value.
|
modelIDstatic final java.lang.String TYPE_ANY