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