Class NodeBrowserPost.Property.Value
java.lang.Object
org.alfresco.repo.web.scripts.admin.NodeBrowserPost.Property.Value
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NodeBrowserPost.Property
Value wrapper
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value datatypegetValue()
Gets the valueboolean
Determines whether the value is contentboolean
Determines whether the value is a node refboolean
Determines whether the value is null
-
Constructor Details
-
Value
Construct- Parameters:
value
- value
-
-
Method Details
-
getValue
Gets the value- Returns:
- the value
-
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
-