public class ApplicationPropertyProxy extends java.lang.Object implements IApplicationPropertyProxy
IApplicationPropertyProxy used to support the caching of
ApplicationPropertys and MasterConfigurationPropertys.| Constructor and Description |
|---|
ApplicationPropertyProxy(java.lang.String pPropertyID,
java.lang.String pLabel,
java.lang.String pPropertyValue,
java.lang.String pDefaultValue,
EPropertyValueType pApplicationPropertyType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EPropertyValueType |
getApplicationPropertyType()
Gets the isMasterConfigProperty.
|
java.lang.String |
getDefaultValue() |
java.lang.String |
getLabel() |
java.lang.String |
getPropertyID()
Gets the propertyID.
|
java.lang.String |
getPropertyValue()
Gets the propertyValue.
|
public ApplicationPropertyProxy(java.lang.String pPropertyID,
java.lang.String pLabel,
java.lang.String pPropertyValue,
java.lang.String pDefaultValue,
EPropertyValueType pApplicationPropertyType)
pPropertyID - the application property IDpLabel - the label of the application propertypPropertyValue - the property valuepDefaultValue - the default valuepApplicationPropertyType - the EPropertyValueType of the application property.
Only the values
EPropertyValueType.STATIC_MASTER_CONFIGURATION and
EPropertyValueType.APPLICATION_PROPERTY are supported.public java.lang.String getPropertyID()
getPropertyID in interface IApplicationPropertyProxypublic java.lang.String getPropertyValue()
getPropertyValue in interface IApplicationPropertyProxypublic java.lang.String getDefaultValue()
getDefaultValue in interface IApplicationPropertyProxypublic java.lang.String getLabel()
getLabel in interface IApplicationPropertyProxypublic EPropertyValueType getApplicationPropertyType()
getApplicationPropertyType in interface IApplicationPropertyProxyCopyright © 2015 Micro Focus GmbH. All rights reserved.