public class CIMMaplexKeyNumberGroup extends CIMObject
| Constructor and Description |
|---|
CIMMaplexKeyNumberGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
static CIMMaplexKeyNumberGroup |
fromJSON(java.lang.String json)
Creates the object with a specified state from a JSON encoding.
|
java.lang.String |
getDelimiterCharacter()
Gets the delimiter character of the key number.
|
MaplexKeyNumberHorizontalAlignment |
getHorizontalAlignment()
Gets the horizontal alignment.
|
MaplexKeyNumberMethod |
getKeyNumberMethod()
Gets the key numbering method.
|
int |
getMaximumNumberOfLines()
Gets the maximum number of lines.
|
int |
getMinimumNumberOfLines()
Gets the minimum number of lines.
|
java.lang.String |
getName()
Gets the name of the group.
|
MaplexKeyNumberResetType |
getNumberResetType()
Gets the number reset type.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setDelimiterCharacter(java.lang.String delimiterCharacter)
Sets the delimiter character of the key number.
|
void |
setHorizontalAlignment(MaplexKeyNumberHorizontalAlignment horizontalAlignment)
Sets the horizontal alignment.
|
void |
setKeyNumberMethod(MaplexKeyNumberMethod keyNumberMethod)
Sets the key numbering method.
|
void |
setMaximumNumberOfLines(int maximumNumberOfLines)
Sets the maximum number of lines.
|
void |
setMinimumNumberOfLines(int minimumNumberOfLines)
Sets the minimum number of lines.
|
void |
setName(java.lang.String name)
Sets the name of the group.
|
void |
setNumberResetType(MaplexKeyNumberResetType numberResetType)
Sets the number reset type.
|
java.lang.String |
toJSON()
Creates a JSON encoding of the object and its current state.
|
public java.lang.String getDelimiterCharacter()
public void setDelimiterCharacter(java.lang.String delimiterCharacter)
public MaplexKeyNumberHorizontalAlignment getHorizontalAlignment()
public void setHorizontalAlignment(MaplexKeyNumberHorizontalAlignment horizontalAlignment)
public int getMaximumNumberOfLines()
public void setMaximumNumberOfLines(int maximumNumberOfLines)
public int getMinimumNumberOfLines()
public void setMinimumNumberOfLines(int minimumNumberOfLines)
public java.lang.String getName()
public void setName(java.lang.String name)
public MaplexKeyNumberResetType getNumberResetType()
public void setNumberResetType(MaplexKeyNumberResetType numberResetType)
public MaplexKeyNumberMethod getKeyNumberMethod()
public void setKeyNumberMethod(MaplexKeyNumberMethod keyNumberMethod)
public static CIMMaplexKeyNumberGroup 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)