public class CIMMaplexDictionaryEntry extends CIMObject
| Constructor and Description |
|---|
CIMMaplexDictionaryEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMMaplexDictionaryEntry |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
java.lang.String |
getAbbreviation()
Gets the abbreviation.
|
MaplexAbbreviationType |
getMaplexAbbreviationType()
Gets the abbreviation type.
|
java.lang.String |
getText()
Gets the text to abbreviate.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setAbbreviation(java.lang.String abbreviation)
Sets the abbreviation.
|
void |
setMaplexAbbreviationType(MaplexAbbreviationType maplexAbbreviationType)
Sets the abbreviation type.
|
void |
setText(java.lang.String text)
Sets the text to abbreviate.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
public java.lang.String getAbbreviation()
public void setAbbreviation(java.lang.String abbreviation)
public java.lang.String getText()
public void setText(java.lang.String text)
public MaplexAbbreviationType getMaplexAbbreviationType()
public void setMaplexAbbreviationType(MaplexAbbreviationType maplexAbbreviationType)
public static CIMMaplexDictionaryEntry 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)