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