public class WritethroughManagedPropertyImpl extends ManagedPropertyImpl
| Constructor and Description |
|---|
WritethroughManagedPropertyImpl(Fields fields) |
WritethroughManagedPropertyImpl(Fields fields,
MetaValueFactory valueFactory,
ManagedObjectFactory objectFactory) |
WritethroughManagedPropertyImpl(ManagedObject managedObject,
Fields fields) |
| Modifier and Type | Method and Description |
|---|---|
protected ManagedObjectFactory |
getObjectFactory() |
protected MetaValueFactory |
getValueFactory() |
void |
setValue(MetaValue value)
Write the value back to the attachment if there is a PropertyInfo
in the Fields.PROPERTY_INFO field.
|
checkValidValue, copy, equals, getActivationPolicy, getAdminViewUses, getAnnotations, getDefaultValue, getDescription, getField, getFields, getLegalValues, getManagedObject, getMappedName, getMaximumValue, getMetaType, getMinimumValue, getName, getTargetManagedObject, getTransientAttachment, getTransientAttachment, getValue, getViewUse, hasAnnotation, hashCode, hasViewUse, isMandatory, isModified, isReadOnly, isRemoved, setActivationPolicy, setAdminViewUses, setAnnotations, setDescription, setField, setLegalValues, setManagedObject, setMandatory, setMaximumValue, setMetaType, setMinimumValue, setModified, setReadOnly, setRemoved, setTargetManagedObject, setTransientAttachment, setViewUse, toStringpublic WritethroughManagedPropertyImpl(Fields fields)
public WritethroughManagedPropertyImpl(ManagedObject managedObject, Fields fields)
public WritethroughManagedPropertyImpl(Fields fields, MetaValueFactory valueFactory, ManagedObjectFactory objectFactory)
protected ManagedObjectFactory getObjectFactory()
protected MetaValueFactory getValueFactory()
public void setValue(MetaValue value)
setValue in interface ManagedPropertysetValue in class ManagedPropertyImplvalue - the valueCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.