public class CIMMaplexDictionary extends CIMObject
| Constructor and Description |
|---|
CIMMaplexDictionary() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMMaplexDictionary |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
CIMMaplexDictionaryEntry[] |
getMaplexDictionary()
Gets the Maplex dictionary entries.
|
java.lang.String |
getName()
Gets the Maplex dictionary name.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setMaplexDictionary(CIMMaplexDictionaryEntry[] maplexDictionary)
Sets the Maplex dictionary entries.
|
void |
setName(java.lang.String name)
Sets the Maplex dictionary name.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
public java.lang.String getName()
public void setName(java.lang.String name)
public CIMMaplexDictionaryEntry[] getMaplexDictionary()
public void setMaplexDictionary(CIMMaplexDictionaryEntry[] maplexDictionary)
public static CIMMaplexDictionary 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)