| org.apache.lenya.cms.metadata.Element
All known Subclasses: org.apache.lenya.cms.metadata.ElementImpl,
Element | public interface Element (Code) | | A meta data element.
|
Field Summary | |
int | ONCOPY_COPY Copy all values if the meta data are copied. | int | ONCOPY_DELETE Delete all values of this element if the meta data are copied. | int | ONCOPY_IGNORE Don't copy the values of this element if the meta data are copied. |
ONCOPY_COPY | int ONCOPY_COPY(Code) | | Copy all values if the meta data are copied.
|
ONCOPY_DELETE | int ONCOPY_DELETE(Code) | | Delete all values of this element if the meta data are copied.
|
ONCOPY_IGNORE | int ONCOPY_IGNORE(Code) | | Don't copy the values of this element if the meta data are copied.
|
getActionOnCopy | int getActionOnCopy()(Code) | | The action to be taken when meta data are copied from one owner to another. |
getDescription | String getDescription()(Code) | | the description of the element. |
isEditable | boolean isEditable()(Code) | | if the element value can be edited. |
isMultiple | boolean isMultiple()(Code) | | if the element can have multiple values. |
|
|