EVolve.data
Class FieldDefinition

java.lang.Object
  |
  +--EVolve.data.FieldDefinition

public class FieldDefinition
extends java.lang.Object


Constructor Summary
(package private) FieldDefinition(java.lang.String name, int index, int reference, java.lang.String description)
           
 
Method Summary
(package private)  void addProperty(java.lang.String property)
           
 java.lang.String getDescription()
           
 int getIndex()
           
 java.lang.String getName()
           
 java.lang.String[] getProperties()
           
 int getReference()
           
 boolean hasProperty(java.lang.String property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldDefinition

FieldDefinition(java.lang.String name,
                int index,
                int reference,
                java.lang.String description)
Method Detail

addProperty

void addProperty(java.lang.String property)

getName

public java.lang.String getName()

getIndex

public int getIndex()

hasProperty

public boolean hasProperty(java.lang.String property)

getReference

public int getReference()

getDescription

public java.lang.String getDescription()

getProperties

public java.lang.String[] getProperties()