public interface PropertyValueVBean extends SimplePropertyValueVBean
| Modifier and Type | Field and Description | 
|---|---|
| static String | ORIGIN_DEFAULT | 
| static String | ORIGIN_ORIGINAL | 
| static String | ORIGIN_OVERRIDING_CONFIG_BEAN | 
| static String | ORIGIN_RESOURCE_DEPLOYMENT_PLAN | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getDefaultValue()Returns the default value for this property. | 
| String | getEffectiveValueName()Reports which of the values is the effective value. | 
| Object | getOriginalValue()Returns the original value of the property from the bean in the config tree corresponding to config.xml. | 
| Object | getOverridingConfigBeanValue()Returns the value from the corresponding overriding config bean (if one applies to the config bean passed to
 the getPropertyValues method. | 
| Object | getResourceDeploymentPlanValue()Returns the value from the containing partition's resource deployment plan. | 
| boolean | isOriginalValueAssigned()Returns whether the original value was actually set. | 
| boolean | isOverridingConfigBeanValueAssigned()Returns whether the overriding config bean value was actually set. | 
| boolean | isResourceDeploymentPlanValueAssigned() | 
getEffectiveValue, getPropertyNamestatic final String ORIGIN_DEFAULT
static final String ORIGIN_ORIGINAL
static final String ORIGIN_OVERRIDING_CONFIG_BEAN
static final String ORIGIN_RESOURCE_DEPLOYMENT_PLAN
Object getDefaultValue()
Object getOriginalValue()
boolean isOriginalValueAssigned()
Object getOverridingConfigBeanValue()
boolean isOverridingConfigBeanValueAssigned()
Object getResourceDeploymentPlanValue()
boolean isResourceDeploymentPlanValueAssigned()
String getEffectiveValueName()