org.alfresco.web.bean.admin
Class AdminNodeBrowseBean.Property

java.lang.Object
  extended by org.alfresco.web.bean.admin.AdminNodeBrowseBean.Property
Enclosing class:
AdminNodeBrowseBean

public class AdminNodeBrowseBean.Property
extends java.lang.Object

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

AdminNodeBrowseBean.Property

public AdminNodeBrowseBean.Property(org.alfresco.service.namespace.QName name,
                                    java.io.Serializable value)
Construct

Parameters:
name - property name
value - property values
Method Detail

getName

public org.alfresco.service.namespace.QName getName()
Gets the property name

Returns:
name

getDataType

public java.lang.String getDataType()
Gets the property data type

Returns:
data type

getValues

public javax.faces.model.DataModel getValues()
Gets the property value

Returns:
value

getResidual

public java.lang.String getResidual()
Determines whether the property is residual

Returns:
true => property is not defined in dictionary

isAny

public boolean isAny()
Determines whether the property is of ANY type

Returns:
true => is any

isCollection

public boolean isCollection()
Determines whether the property is a collection

Returns:
true => is collection


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.