public class PropertyContext extends ElementContext
| Constructor and Description |
|---|
PropertyContext(org.alfresco.service.namespace.QName elementName,
NodeContext parentContext,
org.alfresco.service.namespace.QName propertyName,
org.alfresco.service.namespace.QName propertyType)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
void |
appendCharacters(char[] ch,
int start,
int length)
Append property value characters
|
void |
endValue()
End a property value
|
org.alfresco.service.namespace.QName |
getName()
Get property name
|
NodeContext |
getNode()
Get node containing property
|
org.alfresco.service.namespace.QName |
getType()
Get property type
|
java.util.List |
getValues()
Get property values
|
boolean |
isMultiValue()
Is property multi-valued?
|
boolean |
isNull()
Is null property value
|
void |
startValue()
Start a new property value
|
getDictionaryService, getElementName, getImporterpublic PropertyContext(org.alfresco.service.namespace.QName elementName,
NodeContext parentContext,
org.alfresco.service.namespace.QName propertyName,
org.alfresco.service.namespace.QName propertyType)
elementName - parentContext - propertyName - propertyType - public NodeContext getNode()
public org.alfresco.service.namespace.QName getName()
public org.alfresco.service.namespace.QName getType()
public boolean isMultiValue()
public boolean isNull()
public java.util.List getValues()
public void startValue()
public void endValue()
public void appendCharacters(char[] ch,
int start,
int length)
ch - start - length - Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.