public class CummulativeMetaDatasItem extends SimpleMetaDatasItem
NO_META_DATANO_META_DATA_ITEMS| Constructor and Description |
|---|
CummulativeMetaDatasItem(MetaDataContext context,
boolean includeParent)
Create a new CummulativeMetaDatasItem.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkValid()
Check whether we are valid
|
MetaDataItem<?>[] |
getMetaDatas()
Get the meta datas
|
Object[] |
getValue()
Get the value
|
protected void |
init(long validTime)
Initialise
|
boolean |
isCachable()
Whether the item is cachable
|
boolean |
isValid()
Whether the value is valid
|
setMetaDataItemspublic CummulativeMetaDatasItem(MetaDataContext context, boolean includeParent)
context - the contextincludeParent - whether to include the parentpublic Object[] getValue()
ItemgetValue in interface Item<Object[]>getValue in class SimpleMetaDatasItempublic MetaDataItem<?>[] getMetaDatas()
MetaDatasItemgetMetaDatas in interface MetaDatasItemgetMetaDatas in class SimpleMetaDatasItempublic boolean isCachable()
ItemisCachable in interface Item<Object[]>isCachable in class SimpleItem<Object[]>public boolean isValid()
Itemprotected void checkValid()
protected void init(long validTime)
validTime - the valid timeCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.