public class AdminNodeBrowseBean.Property
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdminNodeBrowseBean.Property.Value
Value wrapper
|
| Constructor and Description |
|---|
AdminNodeBrowseBean.Property(org.alfresco.service.namespace.QName name,
java.io.Serializable value)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public AdminNodeBrowseBean.Property(org.alfresco.service.namespace.QName name,
java.io.Serializable value)
name - property namevalue - property valuespublic 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()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.