|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides a configuration of a Templat ETA defines that at least one implementation must be implemented by the ETA implementer. The required implementation takes all the information from the JAD/manifest
Method Summary | |
FieldConfig |
getFieldById(int id)
Returns the configuration of the field acording to its id. |
FieldConfig |
getFieldConfigAt(int position)
Returns the configuration of the field acording to its position. |
java.util.Enumeration |
getFieldList()
Returns the list of FieldConfig. |
int |
getFieldListLength()
Returns the length of the field list. |
java.lang.String |
getSchemaName()
Returns the schema name. |
java.lang.String |
getTemplateDescription()
Returns the template description. |
short |
getTemplateId()
Returns the template id. |
java.lang.String |
getTypeName()
Returns the type name - the complex type defined in the schema and associates with this temaplte. |
void |
setFields(java.util.Enumeration fields)
Sets the Fields |
void |
setId(short id)
Sets the Template id |
void |
setSchemaName(java.lang.String schemaName)
Sets the schema name |
void |
setTemplateDescription(java.lang.String templateDescription)
Sets the template description |
void |
setTypeName(java.lang.String typeName)
Sets the type name. |
void |
validateSelf()
Validates the configuration the Templat |
Method Detail |
public FieldConfig getFieldById(int id)
id
- field id
FieldConfig
public FieldConfig getFieldConfigAt(int position)
position
- the field position
FieldConfig
,
FieldConfig
public java.util.Enumeration getFieldList()
FieldConfig
public int getFieldListLength()
public java.lang.String getSchemaName()
public java.lang.String getTemplateDescription()
public short getTemplateId()
public java.lang.String getTypeName()
getSchemaName()
public void setFields(java.util.Enumeration fields)
FieldConfig
public void setId(short id)
id
- Template id
public void setSchemaName(java.lang.String schemaName)
schemaName
- the schema name
public void setTemplateDescription(java.lang.String templateDescription)
templateDescription
- schema template description
public void setTypeName(java.lang.String typeName)
typeName
- type name
public void validateSelf() throws ConfigException
ConfigException
ConfigException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |