Package | Description |
---|---|
org.jboss.metatype.api.values | |
org.jboss.metatype.plugins.values |
Modifier and Type | Class and Description |
---|---|
class |
SimpleValueSupport
SimpleValue.
|
Modifier and Type | Method and Description |
---|---|
static SimpleValue |
SimpleValueSupport.wrap(boolean value) |
static SimpleValue |
SimpleValueSupport.wrap(byte value) |
static SimpleValue |
SimpleValueSupport.wrap(char value) |
static SimpleValue |
SimpleValueSupport.wrap(double value) |
static SimpleValue |
SimpleValueSupport.wrap(float value) |
static SimpleValue |
SimpleValueSupport.wrap(int value) |
static SimpleValue |
SimpleValueSupport.wrap(long value) |
static SimpleValue |
SimpleValueSupport.wrap(Serializable object)
Wrap a simple object in simple value
|
static SimpleValue |
SimpleValueSupport.wrap(short value) |
Modifier and Type | Method and Description |
---|---|
int |
SimpleValueComparator.compare(SimpleValue o1,
SimpleValue o2) |
int |
SimpleValueSupport.compareTo(SimpleValue sv) |
Modifier and Type | Method and Description |
---|---|
static SimpleValue |
DefaultMetaValueFactory.createSimpleValue(SimpleMetaType type,
Serializable value)
Create a simple value
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.