T - the item typepublic class BasicMetaDataItem<T> extends BasicItem<T> implements MetaDataItem<T>
| Constructor and Description |
|---|
BasicMetaDataItem(MetaDataLoader loader,
String name,
T metaData)
Create a new BaiscMetaDataItem.
|
| 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() |
invalidate, isCachable, isValidclone, finalize, getClass, notify, notifyAll, wait, wait, waitisCachable, isValidpublic BasicMetaDataItem(MetaDataLoader loader, String name, T metaData)
loader - the loadername - the namemetaData - the metadatapublic String getName()
MetaDataItemgetName in interface MetaDataItem<T>Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.