| Package | Description |
|---|---|
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.awm.core.internal |
Internal core classes.
|
| com.microfocus.awm.core.internal.util | |
| com.microfocus.awm.model |
Contains interfaces which provide access to AWM managed
resources at run-time like AWM applications, elements, element lists,
filters, file descriptors, actions, tools, properties and the master
configuration, and so on.
|
| com.microfocus.awm.model.internal |
Internal implementations of AWM interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
IPropertyValue |
TaurusFactory.createPropertyValue(Property pProp,
java.lang.String pValue,
EPropertyValueType pType,
IExecutionContext pContext)
Creates a new property value of a specific type.
|
| Modifier and Type | Method and Description |
|---|---|
EPropertyValueType |
ApplicationPropertyProxy.getApplicationPropertyType()
Gets the isMasterConfigProperty.
|
| 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 |
IApplicationPropertyProxy.getApplicationPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
EPropertyValueType |
IApplicationProperty.getPropertyType()
Return the
EPropertyValueType. |
EPropertyValueType |
IPropertyValue.getType() |
static EPropertyValueType |
EPropertyValueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPropertyValueType[] |
EPropertyValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPropertyValue.setType(EPropertyValueType pType)
Sets the
EPropertyValueType of the Property value. |
| Modifier and Type | Method and Description |
|---|---|
EPropertyValueType |
MasterConfigurationProperty.getPropertyType() |
EPropertyValueType |
ApplicationProperty.getPropertyType() |
EPropertyValueType |
PropertyValue.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyValue.setType(EPropertyValueType pType) |
void |
ApplicationPropertyValue.setType(EPropertyValueType pType)
This method does nothing, since the type of application properties is not
supposed to be changed.
|
| Constructor and Description |
|---|
ApplicationPropertyValue(Property pProperty,
java.lang.String pValue,
EPropertyValueType pType,
IApplicationProperty pApplicationProperty) |
LinkedPropertyValue(LinkedProperty pProp,
EPropertyValueType pType,
IExecutionContext pContext)
Tries to resolve a linked property resource identifier with the given
context.
|
LinkedPropertyValue(LinkedProperty pProp,
EPropertyValueType pType,
java.lang.String pResourceIdentifier)
Constructor for a linked property value and a specific resource
identifier.
|
PropertyValue(Property pProperty,
java.lang.String pValue,
EPropertyValueType pType) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.