|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.ifs.beans.LibraryObject
|
+--oracle.ifs.beans.TieLibraryObject
|
+--oracle.ifs.beans.PublicObject
|
+--oracle.ifs.beans.TiePublicObject
|
+--oracle.ifs.beans.ApplicationObject
|
+--oracle.ifs.beans.TieApplicationObject
|
+--oracle.ifs.beans.PropertyBundle
|
+--oracle.ifs.beans.TiePropertyBundle
|
+--oracle.ifs.beans.ValueDefaultPropertyBundle
A ValueDefaultPropertyBundle is a PropertyBundle containing a valid definition of the value of a ValueDefault.
| Field Summary | |
static java.lang.String |
CLASS_NAME
This class name for this class. |
| Method Summary | |
AttributeValue |
getPropertyValue()
Gets the value of this ValueDefaultPropertyBundle, as an AttributeValue. |
void |
setValue(AttributeValue av)
Sets the value and data type of this ValueDefaultPropertyBundle. |
void |
setValue(boolean value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(java.lang.Boolean value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(boolean[] value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(java.lang.Boolean[] value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(java.util.Date value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(java.util.Date[] value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(DirectoryObject value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(DirectoryObject[] value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(double value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(java.lang.Double value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(double[] value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(java.lang.Double[] value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(int value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(int[] value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(java.lang.Integer value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(java.lang.Integer[] value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(long value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(java.lang.Long value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(long[] value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(java.lang.Long[] value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(PublicObject value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(PublicObject[] value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(SchemaObject value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(SchemaObject[] value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(java.lang.String value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(java.lang.String[] value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(SystemObject value)
Sets the value of this ValueDefaultPropertyBundle. |
void |
setValue(SystemObject[] value)
Sets the value of this ValueDefaultPropertyBundle. |
| Methods inherited from class oracle.ifs.beans.PropertyBundle |
getProperties, getProperties, getPropertyValue, getPropertyValueByUpperCaseName, handleEvent, putPropertyValue, putPropertyValue, removeAllPropertyValues, removePropertyValue |
| Methods inherited from class oracle.ifs.beans.LibraryObject |
equals, free, free, getAttribute, getAttributeByUpperCaseName, getAttributes, getAttributesByUpperCaseNames, getClassId, getClassObject, getDefinition, getId, getLabel, getName, getSession, invokeServerMethod, isInstanceOf, isTraced, lookupInstanceLabel, postEvent, postEvent, renderAsReader, renderAsStream, setAttribute, setAttribute, setAttributes, setAttributes, setName, toString, trace, update |
| Methods inherited from interface oracle.ifs.common.LibraryObjectInterface |
getId |
| Methods inherited from interface oracle.ifs.common.Traceable |
getTraceLogger, isTraced, trace |
| Field Detail |
public static final java.lang.String CLASS_NAME
| Method Detail |
public final void setValue(int value)
throws IfsException
This ValueDefaultPropertyBundle will have an
INTEGER data type.
value - the valueIfsException - if the operation fails
public final void setValue(java.lang.Integer value)
throws IfsException
This ValueDefaultPropertyBundle will have an
INTEGER data type.
value - the valueIfsException - if the operation fails
public final void setValue(long value)
throws IfsException
This ValueDefaultPropertyBundle will have a
LONG data type.
value - the valueIfsException - if the operation fails
public final void setValue(java.lang.Long value)
throws IfsException
This ValueDefaultPropertyBundle will have a
LONG data type.
value - the valueIfsException - if the operation fails
public final void setValue(double value)
throws IfsException
This ValueDefaultPropertyBundle will have a
DOUBLE data type.
value - the valueIfsException - if the operation fails
public final void setValue(java.lang.Double value)
throws IfsException
This ValueDefaultPropertyBundle will have a
DOUBLE data type.
value - the valueIfsException - if the operation fails
public final void setValue(boolean value)
throws IfsException
This ValueDefaultPropertyBundle will have a
BOOLEAN data type.
value - the valueIfsException - if the operation fails
public final void setValue(java.lang.Boolean value)
throws IfsException
This ValueDefaultPropertyBundle will have a
BOOLEAN data type.
value - the valueIfsException - if the operation fails
public final void setValue(java.lang.String value)
throws IfsException
This ValueDefaultPropertyBundle will have a
STRING data type.
value - the valueIfsException - if the operation fails
public final void setValue(java.util.Date value)
throws IfsException
This ValueDefaultPropertyBundle will have a
DATE data type.
value - the valueIfsException - if the operation fails
public final void setValue(SchemaObject value)
throws IfsException
This ValueDefaultPropertyBundle will have a
SCHEMAOBJECT data type.
value - the valueIfsException - if the operation fails
public final void setValue(SystemObject value)
throws IfsException
This ValueDefaultPropertyBundle will have a
SYSTEMOBJECT data type.
value - the valueIfsException - if the operation fails
public final void setValue(PublicObject value)
throws IfsException
This ValueDefaultPropertyBundle will have a
PUBLICOBJECT data type.
value - the valueIfsException - if the operation fails
public final void setValue(DirectoryObject value)
throws IfsException
This ValueDefaultPropertyBundle will have a
DIRECTORYOBJECT data type.
value - the valueIfsException - if the operation fails
public final void setValue(int[] value)
throws IfsException
This ValueDefaultPropertyBundle will have a
INTEGER_ARRAY data type.
value - the valueIfsException - if the operation fails
public final void setValue(java.lang.Integer[] value)
throws IfsException
This ValueDefaultPropertyBundle will have an
INTEGER_ARRAY data type.
value - the valueIfsException - if the operation fails
public final void setValue(long[] value)
throws IfsException
This ValueDefaultPropertyBundle will have an
LONG_ARRAY data type.
value - the valueIfsException - if the operation fails
public final void setValue(java.lang.Long[] value)
throws IfsException
This ValueDefaultPropertyBundle will have a
LONG_ARRAY data type.
value - the valueIfsException - if the operation fails
public final void setValue(double[] value)
throws IfsException
This ValueDefaultPropertyBundle will have a
DOUBLE_ARRAY data type.
value - the valueIfsException - if the operation fails
public final void setValue(java.lang.Double[] value)
throws IfsException
This ValueDefaultPropertyBundle will have a
DOUBLE_ARRAY data type.
value - the valueIfsException - if the operation fails
public final void setValue(boolean[] value)
throws IfsException
This ValueDefaultPropertyBundle will have a
BOOLEAN_ARRAY data type.
value - the valueIfsException - if the operation fails
public final void setValue(java.lang.Boolean[] value)
throws IfsException
This ValueDefaultPropertyBundle will have a
BOOLEAN_ARRAY data type.
value - the valueIfsException - if the operation fails
public final void setValue(java.lang.String[] value)
throws IfsException
This ValueDefaultPropertyBundle will have a
STRING_ARRAY data type.
value - the valueIfsException - if the operation fails
public final void setValue(java.util.Date[] value)
throws IfsException
This ValueDefaultPropertyBundle will have a
DATE_ARRAY data type.
value - the valueIfsException - if the operation fails
public final void setValue(SchemaObject[] value)
throws IfsException
This ValueDefaultPropertyBundle will have a
SCHEMAOBJECT_ARRAY data type.
value - the valueIfsException - if the operation fails
public final void setValue(SystemObject[] value)
throws IfsException
This ValueDefaultPropertyBundle will have a
SYSTEMOBJECT_ARRAY data type.
value - the valueIfsException - if the operation fails
public final void setValue(PublicObject[] value)
throws IfsException
This ValueDefaultPropertyBundle will have a
PUBLICOBJECT_ARRAY data type.
value - the valueIfsException - if the operation fails
public final void setValue(DirectoryObject[] value)
throws IfsException
This ValueDefaultPropertyBundle will have a
DIRECTORYOBJECT_ARRAY data type.
value - the valueIfsException - if the operation fails
public AttributeValue getPropertyValue()
throws IfsException
IfsException - if the operation fails
public void setValue(AttributeValue av)
throws IfsException
IfsException - if the operation fails
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||