|
|||||||||
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
public class AdminNodeBrowseBean.Property
Property wrapper class
Nested Class Summary | |
---|---|
class |
AdminNodeBrowseBean.Property.Value
Value wrapper |
Constructor Summary | |
---|---|
AdminNodeBrowseBean.Property(org.alfresco.service.namespace.QName name,
java.io.Serializable value)
Construct |
Method Summary | |
---|---|
java.lang.String |
getDataType()
Gets the property data type |
org.alfresco.service.namespace.QName |
getName()
Gets the property name |
java.lang.String |
getResidual()
Determines whether the property is residual |
javax.faces.model.DataModel |
getValues()
Gets the property value |
boolean |
isAny()
Determines whether the property is of ANY type |
boolean |
isCollection()
Determines whether the property is a collection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdminNodeBrowseBean.Property(org.alfresco.service.namespace.QName name, java.io.Serializable value)
name
- property namevalue
- property valuesMethod Detail |
---|
public org.alfresco.service.namespace.QName getName()
public java.lang.String getDataType()
public javax.faces.model.DataModel getValues()
public java.lang.String getResidual()
public boolean isAny()
public boolean isCollection()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |