net.sf.quarrel.file
Class Feature

java.lang.Object
  extended bynet.sf.quarrel.file.Feature

public class Feature
extends java.lang.Object

This represents an instance of a FeatureType derived from a FileElement.

todo implement toString() todo implement hashCode() todo implement equals()


Constructor Summary
Feature(FeatureType type, java.lang.String text)
           
 
Method Summary
 java.lang.String getText()
           
 FeatureType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Feature

public Feature(FeatureType type,
               java.lang.String text)
Method Detail

getType

public FeatureType getType()

getText

public java.lang.String getText()


Copyright © 2006-2007. All Rights Reserved.