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