eu.clarin.weblicht.wlfxb.tc.xb
Class FeatureStored

java.lang.Object
  extended by eu.clarin.weblicht.wlfxb.tc.xb.FeatureStored
All Implemented Interfaces:
Feature

public class FeatureStored
extends Object
implements Feature

Author:
Yana Panchenko

Field Summary
protected  FeatureStructureStored fs
           
protected  String name
           
protected  String value
           
static String XML_NAME
           
 
Constructor Summary
FeatureStored()
           
 
Method Summary
protected  void afterUnmarshal(Unmarshaller u, Object parent)
           
protected  List<Object> getContent()
           
 String getName()
           
 Feature[] getSubfeatures()
           
 String getValue()
           
 boolean isTerminal()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

XML_NAME

public static final String XML_NAME
See Also:
Constant Field Values

name

protected String name

fs

protected FeatureStructureStored fs

value

protected String value
Constructor Detail

FeatureStored

public FeatureStored()
Method Detail

getName

public String getName()
Specified by:
getName in interface Feature

isTerminal

public boolean isTerminal()
Specified by:
isTerminal in interface Feature

getSubfeatures

public Feature[] getSubfeatures()
Specified by:
getSubfeatures in interface Feature

getValue

public String getValue()
Specified by:
getValue in interface Feature

getContent

protected List<Object> getContent()

afterUnmarshal

protected void afterUnmarshal(Unmarshaller u,
                              Object parent)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.