public abstract class AbstractPropertyListAdapter extends Object implements PropertyAdapter<org.rhq.core.domain.configuration.PropertyList,org.rhq.core.domain.configuration.definition.PropertyDefinitionList>
| Constructor and Description |
|---|
AbstractPropertyListAdapter() |
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.configuration.PropertyList |
convertToProperty(org.jboss.metatype.api.values.MetaValue metaValue,
org.rhq.core.domain.configuration.definition.PropertyDefinitionList propDefList)
Given a
MetaValue, create and return a corresponding Property with the specified PropertyDefinition. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertToMetaValue, populateMetaValueFromProperty, populatePropertyFromMetaValuepublic org.rhq.core.domain.configuration.PropertyList convertToProperty(org.jboss.metatype.api.values.MetaValue metaValue,
org.rhq.core.domain.configuration.definition.PropertyDefinitionList propDefList)
PropertyAdapterMetaValue, create and return a corresponding Property with the specified PropertyDefinition. If the MetaValue is a form of list or map, all descendant MetaValue's should be represented
as descendants of the returned Property. Generally this method can simply create an empty Property object and
then delegate the population of the guts of the object to PropertyAdapter.populatePropertyFromMetaValue(Property,
MetaValue, PropertyDefinition).convertToProperty in interface PropertyAdapter<org.rhq.core.domain.configuration.PropertyList,org.rhq.core.domain.configuration.definition.PropertyDefinitionList>metaValue - the metaValue to be convertedpropDefList - the definition of the property to be created and returnedCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.