public class FeatureStored extends Object implements Feature
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<QName,String> |
extraAttributes |
protected FeatureStructureStored |
fs |
protected String |
name |
protected String |
value |
static String |
XML_NAME |
| Constructor and Description |
|---|
FeatureStored() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterUnmarshal(Unmarshaller u,
Object parent) |
protected List<Object> |
getContent() |
LinkedHashMap<String,String> |
getExtraAttributes() |
String |
getName() |
Feature[] |
getSubfeatures() |
String |
getValue() |
boolean |
isTerminal() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitretrieveAttributespublic static final String XML_NAME
protected String name
protected FeatureStructureStored fs
protected String value
protected LinkedHashMap<QName,String> extraAttributes
public boolean isTerminal()
isTerminal in interface Featurepublic Feature[] getSubfeatures()
getSubfeatures in interface Featureprotected void afterUnmarshal(Unmarshaller u, Object parent)
public LinkedHashMap<String,String> getExtraAttributes()
getExtraAttributes in interface ExtraAttributesCopyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.