|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.slingshot.web.scripts.NodeBrowserScript.Property.Value
public class NodeBrowserScript.Property.Value
Value wrapper
Constructor Summary | |
---|---|
NodeBrowserScript.Property.Value(java.io.Serializable value)
Construct |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeBrowserScript.Property.Value(java.io.Serializable value)
value
- valueMethod Detail |
---|
public java.io.Serializable getValue()
public java.lang.String getDataType()
public boolean isContent()
public boolean isNodeRef()
public boolean isNullValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |