| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ejb.deployment.xml.CmrField
CmrField | public class CmrField extends AbsElement (Code) | | This class defines the implementation of the element cmr-field
author: JOnAS team |
CmrField | public CmrField()(Code) | | Constructor
|
getCmrFieldName | public String getCmrFieldName()(Code) | | Gets the cmr-field-name
the cmr-field-name |
getCmrFieldType | public String getCmrFieldType()(Code) | | Gets the cmr-field-type
the cmr-field-type |
getDescription | public String getDescription()(Code) | | Gets the description
the description |
setCmrFieldName | public void setCmrFieldName(String cmrFieldName)(Code) | | Set the cmr-field-name
Parameters: cmrFieldName - cmrFieldName |
setCmrFieldType | public void setCmrFieldType(String cmrFieldType)(Code) | | Set the cmr-field-type
Parameters: cmrFieldType - cmrFieldType |
setDescription | public void setDescription(String description)(Code) | | Set the description
Parameters: description - description |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|