public class NodeBrowserPost.Property.Value extends Object implements Serializable
Constructor and Description |
---|
Value(Serializable value)
Construct
|
Modifier and Type | Method and Description |
---|---|
String |
getDataType()
Gets the value datatype
|
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 Value(Serializable value)
value
- valuepublic Serializable getValue()
public String getDataType()
public boolean isContent()
public boolean isNodeRef()
public boolean isNullValue()
Copyright © 2005–2017 Alfresco Software. All rights reserved.