public class NodeBrowserScript.Property.Value
extends java.lang.Object
Constructor and Description |
---|
NodeBrowserScript.Property.Value(java.io.Serializable value)
Construct
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataType()
Gets the value datatype
|
java.io.Serializable |
getValue()
Gets the value
|
boolean |
isContent()
Determines whether the value is content
|
boolean |
isNodeRef()
Determines whether the value is a node ref
|
boolean |
isNullValue()
Determines whether the value is null
|
public NodeBrowserScript.Property.Value(java.io.Serializable value)
value
- valuepublic java.io.Serializable getValue()
public java.lang.String getDataType()
public boolean isContent()
public boolean isNodeRef()
public boolean isNullValue()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.