Uses of Interface
org.jboss.metatype.api.values.SimpleValue

Packages that use SimpleValue
org.jboss.metatype.api.values   
org.jboss.metatype.plugins.values   
 

Uses of SimpleValue in org.jboss.metatype.api.values
 

Classes in org.jboss.metatype.api.values that implement SimpleValue
 class SimpleValueSupport
          SimpleValue.
 

Methods in org.jboss.metatype.api.values that return SimpleValue
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)
           
 

Methods in org.jboss.metatype.api.values with parameters of type SimpleValue
 int SimpleValueComparator.compare(SimpleValue o1, SimpleValue o2)
           
 int SimpleValueSupport.compareTo(SimpleValue sv)
           
 

Uses of SimpleValue in org.jboss.metatype.plugins.values
 

Methods in org.jboss.metatype.plugins.values that return SimpleValue
static SimpleValue DefaultMetaValueFactory.createSimpleValue(SimpleMetaType type, Serializable value)
          Create a simple value
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.