Method Summary |
|
public NodeType | getDeclaringNodeType() Returns the declaring node type. |
public String | getName() Returns the item definition name. |
public int | getOnParentVersion() Returns the action when the parent is versioned. |
public boolean | isAutoCreated() Returns true if this item is automatically created by the
repository. |
public boolean | isMandatory() Returns true if this item always exists. |
public boolean | isProtected() Returns true for a read-only item. |
public void | setAutoCreated(boolean isAutoCreated) Set if the item is auto-created. |
public void | setMandatory(boolean isMandatory) |
public void | setOnParentVersion(int onParentVersion) Set the action for the parent versioning. |
public void | setProtected(boolean isProtected) Set true for a read-only item. |