| java.lang.Object com.flexive.shared.content.FxData com.flexive.shared.content.FxPropertyData
FxPropertyData | public class FxPropertyData extends FxData (Code) | | FxData extension for properties
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Constructor Summary | |
public | FxPropertyData(String xpPrefix, String alias, int index, String xPath, String xPathFull, int[] indices, long assignmentId, long propertyId, FxMultiplicity assignmentMultiplicity, int pos, FxGroupData parent, FxValue value, boolean systemInternal) |
FxPropertyData | public FxPropertyData(String xpPrefix, String alias, int index, String xPath, String xPathFull, int[] indices, long assignmentId, long propertyId, FxMultiplicity assignmentMultiplicity, int pos, FxGroupData parent, FxValue value, boolean systemInternal) throws FxInvalidParameterException(Code) | | |
applyIndices | protected void applyIndices()(Code) | | Apply the multiplicity to XPath and children if its a group
|
getCreateableElements | public int getCreateableElements()(Code) | | |
getPropertyId | public long getPropertyId()(Code) | | Get the id of the property used by the assignment
id of the property used by the assignment |
getRemoveableElements | public int getRemoveableElements()(Code) | | |
getValue | public FxValue getValue()(Code) | | Get the assigned value
value |
getValues | public List<FxValue> getValues(boolean includeEmpty)(Code) | | Return a list of all values of this assignment.
Parameters: includeEmpty - true to include empty (i.e. newly initialized) values a list of all values of this assignment. |
hashCode | public int hashCode()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
isGroup | public boolean isGroup()(Code) | | |
isProperty | public boolean isProperty()(Code) | | |
isRemoveable | public boolean isRemoveable()(Code) | | |
|
|