org.jboss.shrinkwrap.descriptor.metadata
Class MetadataEnum
java.lang.Object
org.jboss.shrinkwrap.descriptor.metadata.BaseMetadataItem
org.jboss.shrinkwrap.descriptor.metadata.MetadataEnum
public class MetadataEnum
- extends BaseMetadataItem
This class holds the possible values for one specific enumeration class.
- Author:
- Ralf Battenfeld
Methods inherited from class org.jboss.shrinkwrap.descriptor.metadata.BaseMetadataItem |
getDocumentation, getMappedTo, getName, getNamespace, getPackageApi, getPackageImpl, getSchemaName, setDocumentation, setMappedTo, setName, setNamespace, setPackageApi, setPackageImpl, setSchemaName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataEnum
public MetadataEnum(String name)
- Constructs a new instance.
- Parameters:
name
- the name of the enumeration class.
addValue
public void addValue(String value)
getValueList
public List<String> getValueList()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.