|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.wcps.property.ClobData
public class ClobData
Encapsulates a large string. This is used for storing large XML documents, text documents, etc.
| Constructor Summary | |
|---|---|
ClobData()Only for JAXB |
|
ClobData(java.lang.String value)Creates this with the given value. |
|
| Method Summary | |
|---|---|
java.util.List<PropertyValue> |
asList(ClobData[] ts)Converts the given array to list of this. |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getValue()Returns the raw string value. |
int |
hashCode() |
void |
setValue(java.lang.String value)Sets the given value as its raw value. |
java.lang.String |
toString() |
java.io.Serializable |
unwrap()Unwraps this into correct type value. |
java.io.Serializable |
unwrap(java.util.List<? extends PropertyValue> values, boolean isMultiValue)Unwraps this into correct type values. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClobData()
public ClobData(java.lang.String value)
value.
value - a string value.| Method Detail |
|---|
public java.lang.String getValue()
getValue in interface PropertyValuepublic void setValue(java.lang.String value)
value as its raw value.value - a non-null string value.public java.io.Serializable unwrap()
PropertyValueunwrap in interface PropertyValueType enum values.
public java.io.Serializable unwrap(java.util.List<? extends PropertyValue> values,
boolean isMultiValue)
PropertyValueisMultiValue is true it will convert values into an array of values.unwrap in interface PropertyValuevalues - a list of property values.isMultiValue - if this is an array or not.public java.util.List<PropertyValue> asList(ClobData[] ts)
ts - an array of this.ts.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||