public interface CompositeMetaType extends MetaType
ALLOWED_CLASSNAMES
Modifier and Type | Method and Description |
---|---|
boolean |
containsItem(String itemName)
Determine whether this CompositeMetaType contains the itemName
|
String |
getDescription(String itemName)
Retrieve the description for an item name
|
MetaType |
getType(String itemName)
Retrieve the meta type for an item name
|
Set<String> |
itemSet()
Retrieve an unmodifiable Set view of all the item names in ascending order.
|
Set<String> |
keySet()
Retrieve an unmodifiable Set view of all the key names in ascending order.
|
getClassName, getDescription, getTypeName, isArray, isCollection, isComposite, isEnum, isGeneric, isPrimitive, isProperties, isSimple, isTable, isValue
boolean containsItem(String itemName)
itemName
- the item nameString getDescription(String itemName)
itemName
- the item nameMetaType getType(String itemName)
itemName
- the item nameSet<String> itemSet()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.