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. |
Property Getters/Setters Detail |
---|
getName/setName : String | |
String getName() / setName(value) |
getValue/setValue : String | |
String getValue() / setValue(value) |
getType/setType : String | |
String getType() / setType(value) |
isNillable/setNillable : boolean | |
boolean isNillable() / setNillable(value) |