-
Method Summary
default int
The name of this property as used in JSON.
The name of this property as used in URLs.
The class of the type of the value of this property.
boolean
Flag indicating the property is system generated and can not be edited by
the user.
-
Method Details
-
getName
The name of this property as used in URLs.
- Returns:
- The name of this property as used in URLs.
-
getJsonName
The name of this property as used in JSON.
- Returns:
- The name of this property as used in JSON.
-
getType
The class of the type of the value of this property.
- Returns:
- The class of the type of the value of this property.
-
isReadOnly
boolean isReadOnly()
Flag indicating the property is system generated and can not be edited by
the user.
- Returns:
- the readOnly flag.
-