public class SWritableVariable extends SVariable
| Constructor and Description |
|---|
SWritableVariable()
A default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInitialValueChanged()
Returns true if initial value was changed.
|
boolean |
isReadOnly()
Returns true if variable is read only.
|
java.lang.Boolean |
isReadOnlyJaxb()
Returns true if variable is read only.
|
void |
postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
Callback method invoked after unmarshalling XML data into target.
|
void |
setInitialValueChanged(boolean isInitialValueChanged) |
protected void |
setReadOnlyJaxb(java.lang.Boolean b) |
Variable |
toVariable(ModelInstance modelInstance) |
getFlagValue, getName, getType, getValue, isExpressionLocal, isExpressionLocalJaxb, isInternal, isInternalJaxb, preUnmarshal, setExpressionLocal, setExpressionLocalJaxb, setFlagValue, setInternal, setInternalJaxb, setName, setType, setValue, toStringpublic boolean isInitialValueChanged()
SVariableisInitialValueChanged in class SVariablepublic void setInitialValueChanged(boolean isInitialValueChanged)
public java.lang.Boolean isReadOnlyJaxb()
protected void setReadOnlyJaxb(java.lang.Boolean b)
public boolean isReadOnly()
SVariableisReadOnly in class SVariablepublic Variable toVariable(ModelInstance modelInstance)
toVariable in class SVariablepublic void postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
UnmarshalCallbackpostUnmarshal in interface UnmarshalCallbackpostUnmarshal in class SVariableparent - instance of JAXB mapped class that will reference target.
null when target is root element.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.