|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.5) E20742-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.as.scheduler.PropertyValue
public class PropertyValue
This class wraps an Object, restricting its type to the following: String, Integer, Long, Boolean, Calendar
| Constructor Summary | |
|---|---|
PropertyValue(java.lang.Object obj)
Constructor for that creates an instance from an Object. |
|
| Method Summary | |
|---|---|
static PropertyValue |
from(javax.management.openmbean.CompositeData cd)
Create an instance of the model specific class out of an associated CompositeData instance |
java.lang.Object |
getObject()
|
Filter.FieldDataType |
getObjectType()
|
javax.management.openmbean.CompositeData |
toCompositeData(javax.management.openmbean.CompositeType ct)
Convert an instance of this model specific type to a CompositeData. |
static javax.management.openmbean.CompositeType |
toCompositeType()
Returns the CompositeType that describes this model specific class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyValue(java.lang.Object obj)
throws IllegalArgumentException
obj - Must be one of the String, Integer, Long, Boolean,
Calendar.
IllegalArgumentException| Method Detail |
|---|
public java.lang.Object getObject()
public Filter.FieldDataType getObjectType()
public static javax.management.openmbean.CompositeType toCompositeType()
public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
ct - This parameter is there only for future compatibility reasons
with JDK 6.0. It can be ignored at this point.
public static PropertyValue from(javax.management.openmbean.CompositeData cd)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.5) E20742-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||