Method Summary |
|
public void | setAutoCreated(boolean autoCreated) Sets the auto-create status of the property. |
public void | setDefaultValues(Value[] defaultValues) Sets the default value (or values, in the case of a multi-value property) of the property. |
public void | setMandatory(boolean mandatory) Sets the mandatory status of the property. |
public void | setMultiple(boolean multiple) Sets the multi-value status of the property. |
public void | setName(String name) Sets the name of the property. |
public void | setOnParentVersion(int opv) Sets the on-parent-version status of the property. |
public void | setProtected(boolean protectedStatus) Sets the protected status of the property. |
public void | setRequiredType(int type) Sets the required type of the property. |
public void | setValueConstarints(String[] constraints) Sets the value constraints of the property. |