Class NodeBrowserPost.Property
java.lang.Object
org.alfresco.repo.web.scripts.admin.NodeBrowserPost.Property
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NodeBrowserPost
Property wrapper class
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProperty
(org.alfresco.service.namespace.QName qname, Serializable value, NodeRef nodeRef) Construct -
Method Summary
-
Constructor Details
-
Property
Construct- Parameters:
qname
- property namevalue
- property values
-
-
Method Details
-
getName
Gets the property name- Returns:
- name
-
getTypeName
-
getPrefixedName
Gets the prefixed property name- Returns:
- prefixed name
-
getValues
Gets the property value- Returns:
- value
-
getResidual
public boolean 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
-