Class NodeBrowserPost.Property.Value
- java.lang.Object
-
- org.alfresco.repo.web.scripts.admin.NodeBrowserPost.Property.Value
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- NodeBrowserPost.Property
public class NodeBrowserPost.Property.Value extends java.lang.Object implements java.io.Serializable
Value wrapper- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Value(java.io.Serializable value)
Construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDataType()
Gets the value datatypejava.io.Serializable
getValue()
Gets the valueboolean
isContent()
Determines whether the value is contentboolean
isNodeRef()
Determines whether the value is a node refboolean
isNullValue()
Determines whether the value is null
-
-
-
Method Detail
-
getValue
public java.io.Serializable getValue()
Gets the value- Returns:
- the value
-
getDataType
public java.lang.String getDataType()
Gets the value datatype- Returns:
- the value datatype
-
isContent
public boolean isContent()
Determines whether the value is content- Returns:
- true => is content
-
isNodeRef
public boolean isNodeRef()
Determines whether the value is a node ref- Returns:
- true => is node ref
-
isNullValue
public boolean isNullValue()
Determines whether the value is null- Returns:
- true => value is null
-
-