|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.admin.AdminNodeBrowseBean.Property.Value
public class AdminNodeBrowseBean.Property.Value
Value wrapper
Constructor Summary | |
---|---|
AdminNodeBrowseBean.Property.Value(java.io.Serializable value)
Construct |
Method Summary | |
---|---|
java.lang.String |
getDataType()
Gets the value datatype |
java.lang.String |
getUrl()
Gets the download url (for content properties) |
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 AdminNodeBrowseBean.Property.Value(java.io.Serializable value)
value
- valueMethod Detail |
---|
public java.io.Serializable getValue()
public java.lang.String getDataType()
public java.lang.String getUrl()
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 |