oracle.ifs.beans
Class ValueDefaultPropertyBundleDefinition


java.lang.Object

  |

  +--oracle.ifs.beans.LibraryObjectDefinition

        |

        +--oracle.ifs.beans.PublicObjectDefinition

              |

              +--oracle.ifs.beans.ApplicationObjectDefinition

                    |

                    +--oracle.ifs.beans.PropertyBundleDefinition

                          |

                          +--oracle.ifs.beans.ValueDefaultPropertyBundleDefinition


public class ValueDefaultPropertyBundleDefinition
extends PropertyBundleDefinition

A ValueDefaultPropertyBundleDefinition is a template for creating a new ValueDefaultPropertyBundle.


Constructor Summary
ValueDefaultPropertyBundleDefinition(LibrarySession session)
          Constructs a ValueDefaultPropertyBundleDefinition.
 
Method Summary
 AttributeValue getPropertyValue()
          Gets the value of the new ValueDefaultPropertyBundleDefinition, as an AttributeValue.
 void setValue(boolean value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(java.lang.Boolean value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(boolean[] value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(java.lang.Boolean[] value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(java.util.Date value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(java.util.Date[] value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(DirectoryObject value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(DirectoryObject[] value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(double value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(java.lang.Double value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(double[] value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(java.lang.Double[] value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(int value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(int[] value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(java.lang.Integer value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(java.lang.Integer[] value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(long value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(java.lang.Long value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(long[] value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(java.lang.Long[] value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(PublicObject value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(PublicObject[] value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(SchemaObject value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(SchemaObject[] value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(java.lang.String value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(java.lang.String[] value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(SystemObject value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void setValue(SystemObject[] value)
          Sets the value of the new ValueDefaultPropertyBundle.
 
Methods inherited from class oracle.ifs.beans.PropertyBundleDefinition
addPropertyDefinition, addPropertyValue, addPropertyValue, getPropertyDefinitions, resetPropertyDefinitions
 
Methods inherited from class oracle.ifs.beans.PublicObjectDefinition
addCategoryDefinition, getAddToFolderOption, getCategoryDefinitions, getExplicitCreateDate, getExplicitLastModifyDate, getFreeIfLastFolderReferenceOption, getKeepLastModifyDateOption, getLockForSessionOption, getSecuringPublicObject, getUnlockForSessionOption, setAddToFolderOption, setExplicitCreateDate, setExplicitLastModifyDate, setFreeIfLastFolderReferenceOption, setKeepLastModifyDateOption, setLockForSessionOption, setSecuringPublicObject, setUnlockForSessionOption
 
Methods inherited from class oracle.ifs.beans.LibraryObjectDefinition
clone, getAttribute, getAttributes, getClassObject, getOption, getOptionKeys, removeAttribute, removeOption, setAttribute, setAttribute, setAttributeByUpperCaseName, setAttributes, setClassObject, setOption
 

Constructor Detail


ValueDefaultPropertyBundleDefinition


public ValueDefaultPropertyBundleDefinition(LibrarySession session)
                                     throws IfsException
Constructs a ValueDefaultPropertyBundleDefinition.

Use this variant if you wish to invoke getAttribute methods on this ValueDefaultPropertyBundleDefinition.

Parameters:
session - the session
Throws:
IfsException - if the operation fails
Method Detail

setValue


public final void setValue(int value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have an INTEGER data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(java.lang.Integer value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have an INTEGER data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(long value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a LONG data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(java.lang.Long value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a LONG data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(double value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a DOUBLE data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(java.lang.Double value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a DOUBLE data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(boolean value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a BOOLEAN data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(java.lang.Boolean value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a BOOLEAN data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(java.lang.String value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a STRING data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(java.util.Date value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a DATE data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(SchemaObject value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a SCHEMAOBJECT data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(SystemObject value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a SYSTEMOBJECT data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(PublicObject value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a PUBLICOBJECT data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(DirectoryObject value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a DIRECTORYOBJECT data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(int[] value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a INTEGER_ARRAY data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(java.lang.Integer[] value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have an INTEGER_ARRAY data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(long[] value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have an LONG_ARRAY data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(java.lang.Long[] value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a LONG_ARRAY data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(double[] value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a DOUBLE_ARRAY data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(java.lang.Double[] value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a DOUBLE_ARRAY data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(boolean[] value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a BOOLEAN_ARRAY data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(java.lang.Boolean[] value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a BOOLEAN_ARRAY data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(java.lang.String[] value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a STRING_ARRAY data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(java.util.Date[] value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a DATE_ARRAY data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(SchemaObject[] value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a SCHEMAOBJECT_ARRAY data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(SystemObject[] value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a SYSTEMOBJECT_ARRAY data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(PublicObject[] value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a PUBLICOBJECT_ARRAY data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

setValue


public final void setValue(DirectoryObject[] value)
                    throws IfsException
Sets the value of the new ValueDefaultPropertyBundle.

The new ValueDefaultPropertyBundle will have a DIRECTORYOBJECT_ARRAY data type.

Parameters:
value - the value
Throws:
IfsException - if the operation fails

getPropertyValue


public AttributeValue getPropertyValue()
                                throws IfsException
Gets the value of the new ValueDefaultPropertyBundleDefinition, as an AttributeValue.
Returns:
the value
Throws:
IfsException - if the operation fails