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.
|
Boolean |
isReadOnlyJaxb()
Returns true if variable is read only.
|
void |
postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked after unmarshalling XML data into target.
|
void |
setInitialValueChanged(boolean isInitialValueChanged) |
protected void |
setReadOnlyJaxb(Boolean b) |
Variable |
toVariable(ModelInstance modelInstance) |
getFlagValue, getName, getType, getValue, isExpressionLocal, isExpressionLocalJaxb, isInternal, isInternalJaxb, preUnmarshal, setExpressionLocal, setExpressionLocalJaxb, setFlagValue, setInternal, setInternalJaxb, setName, setType, setValue, toString
public boolean isInitialValueChanged()
SVariable
isInitialValueChanged
in class SVariable
public void setInitialValueChanged(boolean isInitialValueChanged)
public Boolean isReadOnlyJaxb()
protected void setReadOnlyJaxb(Boolean b)
public boolean isReadOnly()
SVariable
isReadOnly
in class SVariable
public Variable toVariable(ModelInstance modelInstance)
toVariable
in class SVariable
public void postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallback
postUnmarshal
in interface UnmarshalCallback
postUnmarshal
in class SVariable
parent
- instance of JAXB mapped class that will reference target.
null when target is root element.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.