Package eu.clarin.weblicht.wlfxb.tc.xb
Class FeatureStored
- java.lang.Object
-
- eu.clarin.weblicht.wlfxb.tc.xb.FeatureStored
-
- All Implemented Interfaces:
ExtraAttributes,Feature
public class FeatureStored extends Object implements Feature
- Author:
- Yana Panchenko
-
-
Field Summary
Fields Modifier and Type Field Description protected LinkedHashMap<QName,String>extraAttributesprotected FeatureStructureStoredfsprotected Stringnameprotected Stringvaluestatic StringXML_NAME
-
Constructor Summary
Constructors Constructor Description FeatureStored()
-
Method Summary
Modifier and Type Method Description protected voidafterUnmarshal(Unmarshaller u, Object parent)protected List<Object>getContent()LinkedHashMap<String,String>getExtraAttributes()StringgetName()Feature[]getSubfeatures()StringgetValue()booleanisTerminal()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface eu.clarin.weblicht.wlfxb.tc.api.ExtraAttributes
retrieveAttributes
-
-
-
-
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
-
extraAttributes
protected LinkedHashMap<QName,String> extraAttributes
-
-
Method Detail
-
isTerminal
public boolean isTerminal()
- Specified by:
isTerminalin interfaceFeature
-
getSubfeatures
public Feature[] getSubfeatures()
- Specified by:
getSubfeaturesin interfaceFeature
-
afterUnmarshal
protected void afterUnmarshal(Unmarshaller u, Object parent)
-
getExtraAttributes
public LinkedHashMap<String,String> getExtraAttributes()
- Specified by:
getExtraAttributesin interfaceExtraAttributes
-
-