public class CIMMaplexStrategyPriorities extends CIMObject
| Constructor and Description |
|---|
CIMMaplexStrategyPriorities() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMMaplexStrategyPriorities |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
int |
getAbbreviation()
Gets the priority for abbreviation.
|
int |
getFontCompression()
Gets the priority for font compression.
|
int |
getFontReduction()
Gets the priority for font reduction.
|
int |
getOverrun()
Gets the priority for overrun.
|
int |
getStacking()
Gets the priority for stacking.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setAbbreviation(int abbreviation)
Sets the priority for abbreviation.
|
void |
setFontCompression(int fontCompression)
Sets the priority for font compression.
|
void |
setFontReduction(int fontReduction)
Sets the priority for font reduction.
|
void |
setOverrun(int overrun)
Sets the priority for overrun.
|
void |
setStacking(int stacking)
Sets the priority for stacking.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
public int getStacking()
public void setStacking(int stacking)
public int getOverrun()
public void setOverrun(int overrun)
public int getFontCompression()
public void setFontCompression(int fontCompression)
public int getFontReduction()
public void setFontReduction(int fontReduction)
public int getAbbreviation()
public void setAbbreviation(int abbreviation)
public static CIMMaplexStrategyPriorities 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)