public class CIMMaplexStackingSeparator extends CIMObject
| Constructor and Description |
|---|
CIMMaplexStackingSeparator() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMMaplexStackingSeparator |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
java.lang.String |
getSeparator()
Gets the separator as a string of one character.
|
boolean |
getSplitAfter()
Gets a value indicating whether or not to split after the separator.
|
boolean |
getSplitForced()
Gets a value indicating whether or not to force a split at every instance of the separator.
|
boolean |
getVisible()
Gets a value indicating whether or not the separator should be visible after stacking.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setSeparator(java.lang.String separator)
Sets the separator as a string of one character.
|
void |
setSplitAfter(boolean splitAfter)
Sets a value indicating whether or not to split after the separator.
|
void |
setSplitForced(boolean splitForced)
Sets a value indicating whether or not to force a split at every instance of the separator.
|
void |
setVisible(boolean visible)
Sets a value indicating whether or not the separator should be visible after stacking.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
public java.lang.String getSeparator()
public void setSeparator(java.lang.String separator)
public boolean getVisible()
public void setVisible(boolean visible)
public boolean getSplitForced()
public void setSplitForced(boolean splitForced)
public boolean getSplitAfter()
public void setSplitAfter(boolean splitAfter)
public static CIMMaplexStackingSeparator fromJSON(java.lang.String json) throws CIMJSONException
CIMJSONExceptionpublic java.lang.String toJSON()
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMObjectCIMJSONExceptionpublic void serialize(JSONObject jsonObject)