Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.cantaloop.cgimlet.lang
Interface FieldTemplate  view FieldTemplate download FieldTemplate.java

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()
Returns the code for the field.

Specified by:
getCode in interface Template

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.