T - the item typepublic class SimpleMetaDataItem<T> extends SimpleItem<T> implements MetaDataItem<T>
| Constructor and Description |
|---|
SimpleMetaDataItem(String name,
T metaData)
Create a new SimpleMetaDataItem.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getName()
Get the name of the metadata
|
T |
getValue()
Get the value
|
int |
hashCode() |
String |
toString() |
isCachable, isValidclone, finalize, getClass, notify, notifyAll, wait, wait, waitisCachable, isValidpublic String getName()
MetaDataItemgetName in interface MetaDataItem<T>Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.