public class EnumerationValue extends java.lang.Object implements SimpleValue, ModelInstanceAware
| Constructor and Description |
|---|
EnumerationValue(ModelInstance modelInstance,
java.lang.String module,
java.lang.String name,
java.lang.String constant)
Constructs an enumeration instance of a given model instance.
|
| Modifier and Type | Method and Description |
|---|---|
<T,E extends java.lang.Throwable> |
accept(ValueVisitor<T,E> visitor)
Accepts visitor.
|
EnumerationValue |
createCopy(ModelInstance targetModelInstance)
Creates a copy without references to other objects.
|
EnumerationType |
getCompiledType(ModelProvider modelProvider)
Returns the compiled type.
|
java.lang.String |
getConstant() |
ModelInstance |
getModelInstance()
Returns the model instance.
|
java.lang.String |
getType()
Returns the type.
|
java.lang.Object |
getValue()
Returns the contained value.
|
boolean |
isRemoved()
Returns true if value is removed
|
void |
rebind(ModelInstance modelInstance)
Re-bind to the provided model instance.
|
SSimpleValue |
toSerializable(SModelInstance smi,
MarshallerConfig config)
Creates a serializable object.
|
SimpleValue |
toSimpleValue()
If this is
SimpleValue this method returns this, otherwise it returns a
ValueRef to this. |
java.lang.String |
toString() |
Value |
toValue()
If this is a
ValueRef this method returns the referenced value, otherwise it returns
this. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfinishCopypublic EnumerationValue(ModelInstance modelInstance, java.lang.String module, java.lang.String name, java.lang.String constant)
modelInstance - module - a module of the enumeration typename - a name of the enumeration typeconstant - an enumeration constantpublic SSimpleValue toSerializable(SModelInstance smi, MarshallerConfig config)
SimpleValuetoSerializable in interface SimpleValuetoSerializable in interface Valuepublic java.lang.String getConstant()
public <T,E extends java.lang.Throwable> T accept(ValueVisitor<T,E> visitor) throws E extends java.lang.Throwable
Valuepublic SimpleValue toSimpleValue()
ValueSimpleValue this method returns this, otherwise it returns a
ValueRef to this.toSimpleValue in interface ValueSimpleValuepublic Value toValue()
ValueValueRef this method returns the referenced value, otherwise it returns
this.public java.lang.String getType()
Valuepublic ModelInstance getModelInstance()
ModelInstanceAwaregetModelInstance in interface ModelInstanceAwarepublic void rebind(ModelInstance modelInstance)
ModelInstanceAwarerebind in interface ModelInstanceAwarepublic EnumerationType getCompiledType(ModelProvider modelProvider)
ValuegetCompiledType in interface Valuepublic java.lang.Object getValue()
SimpleValuegetValue in interface SimpleValuepublic EnumerationValue createCopy(ModelInstance targetModelInstance)
public boolean isRemoved()
Valuepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.