public abstract class CIMLabelPlacementProperties extends CIMObject
| Constructor and Description |
|---|
CIMLabelPlacementProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(JSONObject jsonObject)
Deserializes this object from its JSON representation.
|
LabelFeatureType |
getFeatureType()
Gets the feature type being labeled.
|
void |
serialize(JSONObject jsonObject)
Serializes this object to its JSON representation.
|
void |
setFeatureType(LabelFeatureType featureType)
Sets the feature type being labeled.
|
public LabelFeatureType getFeatureType()
public void setFeatureType(LabelFeatureType featureType)
public void deserialize(JSONObject jsonObject) throws CIMJSONException
deserialize in class CIMObjectCIMJSONExceptionpublic void serialize(JSONObject jsonObject)