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, isValid
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isCachable, isValid
public String getName()
MetaDataItem
getName
in interface MetaDataItem<T>
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.