|
|||||||||
| Home >> All >> org >> cantaloop >> cgimlet >> [ lang overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.cantaloop.cgimlet.lang
Interface FieldTemplate

- All Superinterfaces:
- Template
- public interface FieldTemplate
- extends Template
A template for a field of a class.
- Version:
- @version@ ($Revision: 1.4 $)
| Method Summary | |
java.lang.String |
getCode()
Returns the code for the field. |
java.lang.String |
getInitValue()
Sets the code the field should be initialized with. |
Modifier |
getModifier()
|
java.lang.String |
getName()
|
Type |
getType()
|
void |
setInitValue(java.lang.String val)
Sets the code the field should be initialized with. |
void |
setModifier(Modifier m)
|
void |
setType(Type t)
|
| Method Detail |
getCode
public java.lang.String getCode()
setType
public void setType(Type t)
getType
public Type getType()
getName
public java.lang.String getName()
setModifier
public void setModifier(Modifier m)
getModifier
public Modifier getModifier()
setInitValue
public void setInitValue(java.lang.String val)
- Sets the code the field should be initialized with.
getInitValue
public java.lang.String getInitValue()
- Sets the code the field should be initialized with.
|
|||||||||
| Home >> All >> org >> cantaloop >> cgimlet >> [ lang overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC