ca.quine.jcommons.transform.transforms
Class Field

java.lang.Object
  |
  +--ca.quine.jcommons.transform.transforms.Field

public class Field
extends Object


Constructor Summary
Field(String name, boolean attribute, boolean optional)
           
 
Method Summary
 String getName()
           
 boolean isAttribute()
           
 boolean isOptional()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Field

public Field(String name,
             boolean attribute,
             boolean optional)
Method Detail

isAttribute

public boolean isAttribute()

getName

public String getName()

isOptional

public boolean isOptional()