|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyData | |
---|---|
org.apache.aries.jmx.codec |
Uses of PropertyData in org.apache.aries.jmx.codec |
---|
Methods in org.apache.aries.jmx.codec that return PropertyData | ||
---|---|---|
static
|
PropertyData.from(CompositeData compositeData)
Constructs a PropertyData object from the given CompositeData |
|
static PropertyData<Boolean> |
PropertyData.newInstance(String key,
boolean value)
Static factory method for PropertyData instance which preserves encoded type
information for primitive boolean type |
|
static PropertyData<Byte> |
PropertyData.newInstance(String key,
byte value)
Static factory method for PropertyData instance which preserves encoded type
information for primitive byte type |
|
static PropertyData<Character> |
PropertyData.newInstance(String key,
char value)
Static factory method for PropertyData instance which preserves encoded type
information for primitive char type |
|
static PropertyData<Double> |
PropertyData.newInstance(String key,
double value)
Static factory method for PropertyData instance which preserves encoded type
information for primitive double type |
|
static PropertyData<Float> |
PropertyData.newInstance(String key,
float value)
Static factory method for PropertyData instance which preserves encoded type
information for primitive float type |
|
static PropertyData<Integer> |
PropertyData.newInstance(String key,
int value)
Static factory method for PropertyData instance which preserves encoded type
information for primitive int type |
|
static PropertyData<Long> |
PropertyData.newInstance(String key,
long value)
Static factory method for PropertyData instance which preserves encoded type
information for primitive long type |
|
static
|
PropertyData.newInstance(String key,
T value)
Static factory method for PropertyData instance parameterized by value's type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |