|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides a configuration of a field in a template. 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 | |
int |
getId()
Returns field id |
java.lang.String |
getName()
Returns field name |
int |
getTypeId()
Returns field type id |
boolean |
isEnabledForOutput()
Indicates if the field is a part of the output (true if the field is enabled for output) |
void |
setEnabledForOutput(boolean enabled)
Sets the field to be enabled to be a part of the output (true for enable) |
Method Detail |
public int getId()
public int getTypeId()
public java.lang.String getName()
public boolean isEnabledForOutput()
public void setEnabledForOutput(boolean enabled)
enabled
- true if the field enabled false otherwise (boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |