T
- the mapped typepublic interface MappedMetaData<T extends MappableMetaData> extends IdMetaData, Collection<T>
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(String key)
Returns true if this mapped meta data contains a meta data entry
for the specified key.
|
T |
get(String key)
Get a value
|
Set<String> |
keySet()
Get the key set
|
getId, setId
boolean containsKey(String key)
key
- the key of the mappable meta dataCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.