public class ObjectProperty extends ComplexMemberProperty
IS_READONLY, IS_VALIDATING, KEYED_DATA
DIRTY_MASK, IS_DIRTY, IS_MODIFIED, IS_MOVED, IS_NEW, IS_PHANTOM, IS_REMOVED, NONE
Constructor and Description |
---|
ObjectProperty(ObjectAdapter adapter,
Property parent,
Field field) |
ObjectProperty(ObjectAdapter adapter,
Property parent,
Field field,
int flags) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Serializable |
internalGetValue() |
void |
internalSetValue(Serializable value)
Sets the given normalized value.
|
getAdapter, getValueForWrite, init, isContainer, isSameAs, setValue
accept, getField, getName, getType
addEmpty, addValue, addValue, clear, containsKey, containsValue, entrySet, get, get, get, getChild, getChildren, getDirtyChildren, getNonPhantomChild, getNonPhantomChildren, isEmpty, isNormalized, keySet, normalize, put, putAll, remove, values, visitChildren
areFlagsSet, clearDirtyFlags, clearFlags, convertTo, getData, getData, getDirtyFlags, getParent, getPath, getRoot, getSchema, getValue, getValue, getValue, getValue, isComplex, isDirty, isList, isModified, isMoved, isNew, isPhantom, isReadOnly, isRemoved, isScalar, isValidating, iterator, moveTo, newInstance, remove, removePhantomFlag, resolvePath, resolvePath, setData, setData, setFlags, setIsModified, setReadOnly, setValidating, setValue, setValue, size, toString, validate, validateType
public ObjectProperty(ObjectAdapter adapter, Property parent, Field field)
public ObjectProperty(ObjectAdapter adapter, Property parent, Field field, int flags)
public Serializable internalGetValue() throws PropertyException
internalGetValue
in class ComplexMemberProperty
PropertyException
public void internalSetValue(Serializable value) throws PropertyException
AbstractProperty
This applies only for nodes that physically store a value (that means non container nodes). Container nodes does nothing.
internalSetValue
in class ComplexMemberProperty
PropertyException
public final Object clone() throws CloneNotSupportedException
clone
in class MapProperty
CloneNotSupportedException
Copyright © 2013 Nuxeo SA. All Rights Reserved.