| Property Getters/Setters Summary | ||
|---|---|---|
method | isNillable() | |
method | setNillable(value) | |
| Indicates whether the value could be empty. | ||
method | getName() | |
method | setName(value) | |
| Returns or sets the name of the object. | ||
method | getType() | |
method | setType(value) | |
| Gets and sets the type of the property. | ||
method | getValue() | |
method | setValue(value) | |
| Returns or sets the value of the content type property. | ||
String getName() / setName(value)
String getValue() / setValue(value)
String getType() / setType(value)
boolean isNillable() / setNillable(value)