Cantaloop CGimlet - API Documentation, Version: 0.2.0, Date: 2002-05-13 21:30 CEST

org.cantaloop.cgimlet.lang
Interface FieldTemplate

All Superinterfaces:
Template
All Known Implementing Classes:
JFieldTemplate

public interface FieldTemplate
extends Template

A template for a field of a class.

Version:
0.2.0 ($Revision: 1.4 $)
Author:
Stefan Heimann

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.

Copyright 2001, 2002 Stefan Heimann, David Leuschner. All rights reserved.