Property Set Methods for Siebel Java Data Bean
Property Set Methods for Siebel Java Data Bean describes a summary of property set methods you can use with Siebel Java Data Bean.
Method | Description | Format |
---|---|---|
Adds child property sets to a property set. |
|
|
Returns a copy of a property set. |
|
|
Returns a byte array if a byte value is set. |
|
|
Returns a child property set of a property set. |
|
|
Returns the number of child property sets that exist for a parent property set. |
|
|
Returns the name of the first property in a property set. |
|
|
Returns the name of the next property in a property set. |
|
|
Returns the value of a property. |
|
|
Returns the number of properties that exist in the current level in the hierarchy. |
|
|
Returns the value of the type attribute of a property set. |
|
|
Returns the value of the value attribute of a property set. |
|
|
Inserts a child property set in a parent property set at a specific location. |
|
|
Returns a Boolean value that indicates if the property that the argument identifies exists. |
|
|
Removes a child property set from a parent property set. |
|
|
Removes a property from a property set. |
|
|
Removes every property and child property set from a property set. |
|
|
Sets the value portion of a property set. |
|
|
Sets a value in the property of a property set. |
|
|
Sets the value for the type attribute of a property set. |
|
|
Sets the value for the value attribute of a property set. |
|