Package | Description |
---|---|
org.jboss.metatype.api.values | |
org.jboss.metatype.plugins.types | |
org.jboss.metatype.plugins.values |
Modifier and Type | Method and Description |
---|---|
EnumMetaType |
EnumValueSupport.getMetaType() |
EnumMetaType |
EnumValue.getMetaType() |
Constructor and Description |
---|
EnumValueSupport(EnumMetaType metaType,
Enum<?> value)
Create a new EnumValueSupport from an Enum value.
|
EnumValueSupport(EnumMetaType metaType,
String value)
Create a new EnumValueSupport.
|
Modifier and Type | Method and Description |
---|---|
EnumMetaType |
DefaultMetaTypeFactory.generateEnum(org.jboss.reflect.spi.EnumInfo typeInfo)
Generate an enum metatype
|
Modifier and Type | Method and Description |
---|---|
static <T extends Enum<?>> |
DefaultMetaValueFactory.createEnumValue(EnumMetaType type,
T value)
Create an enum value
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.