public class NodeBrowserScript.Property extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
NodeBrowserScript.Property.Value
Value wrapper
|
| Constructor and Description |
|---|
NodeBrowserScript.Property(org.alfresco.service.namespace.QName qname,
Serializable value)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
NodeBrowserScript.QNameBean |
getName()
Gets the property name
|
String |
getPrefixedName()
Gets the prefixed property name
|
boolean |
getResidual()
Determines whether the property is residual
|
NodeBrowserScript.QNameBean |
getTypeName() |
List<NodeBrowserScript.Property.Value> |
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 NodeBrowserScript.Property(org.alfresco.service.namespace.QName qname, Serializable value)
name - property namevalue - property valuespublic NodeBrowserScript.QNameBean getName()
public NodeBrowserScript.QNameBean getTypeName()
public String getPrefixedName()
public List<NodeBrowserScript.Property.Value> getValues()
public boolean getResidual()
public boolean isAny()
public boolean isCollection()
Copyright © 2005–2014 Alfresco Software. All rights reserved.