public interface LangElement
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getData()
Returns the associated element data.
|
java.util.Map<java.lang.String,java.lang.String> |
getMetadata()
Returns the metadata of this type
|
java.lang.String |
getMetadata(java.lang.String key)
Returns the metadata stored under a given key.
|
java.lang.String |
getName()
Returns the element name.
|
boolean |
hasMetadata(java.lang.String key)
Returns
true if the metadata contain the given key. |
java.lang.String getName()
java.util.Map<java.lang.String,java.lang.String> getMetadata()
java.lang.String getMetadata(java.lang.String key)
key - boolean hasMetadata(java.lang.String key)
true if the metadata contain the given key.key - true if the metadata contain the given keyjava.lang.Object getData()
nullCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.