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