Class ContentFieldLargeText
java.lang.Object
com.oracle.content.sdk.model.AssetObject
com.oracle.content.sdk.model.field.ContentField<String>
com.oracle.content.sdk.model.field.ContentFieldText
com.oracle.content.sdk.model.field.ContentFieldLargeText
- All Implemented Interfaces:
CheckForRichText,Serializable
When a field has been explicitly identified as being largetext.
- See Also:
-
Field Summary
Fields inherited from class com.oracle.content.sdk.model.field.ContentField
fieldType, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisRichText(String s) Utility method - Does the field contained rich text?Methods inherited from class com.oracle.content.sdk.model.field.ContentFieldText
isRichTextMethods inherited from class com.oracle.content.sdk.model.field.ContentField
getType, getValue, getValueAsString, toString
-
Constructor Details
-
ContentFieldLargeText
-
-
Method Details
-
isRichText
Utility method - Does the field contained rich text?- Parameters:
s- string to test for rich text- Returns:
- true if rich text content
-