| Package | Description |
|---|---|
| com.microfocus.awm.control.toolexecution | |
| com.microfocus.awm.control.toolexecution.internal | |
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.awm.core.internal.util | |
| com.microfocus.awm.meta |
Core classes of the AWM meta model plug-in.
|
| com.microfocus.awm.meta.impl |
Implementations of AWM model access interfaces.
|
| com.microfocus.awm.meta.interfaces |
Provides access to the AWM modeled data like AWM
action descriptors, application options, element list structures,
element types, file descriptors, filter types, function packages,
global actions, icons, tool descriptors, and so on.
|
| com.microfocus.awm.meta.interfaces.validation |
Internal validation interfaces for objects of the AWM meta model.
|
| com.microfocus.awm.meta.internal | |
| com.microfocus.awm.meta.util |
Helper and utility classes for the AWM meta model including model validation and conversion.
|
| 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.
|
| com.microfocus.awm.model.toolexecution |
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyOutputParameter.getTargetID() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<Property> |
ToolUtility.getPropertiesFromStructure(IStructure pStructure)
Returns a collection of all
Propertys which are referenced in an
IStructure by parsing all subcomponents
(IStructure.getComponents() /
IStructureComponent.getChildren()). |
| Modifier and Type | Method and Description |
|---|---|
static ResourceOperation |
AbstractCommandBasedToolExecutor.parseResourceOperation(ToolDescriptor pTool,
java.lang.String pLine,
java.lang.String pSeparator,
java.util.List<Property> pResourceOperationProperties,
IExecutionContext pContext)
Parses a resource operation if the given line starts with one of the
resource operation keywords (see
EResourceProcessingTypes). |
| Modifier and Type | Method and Description |
|---|---|
Property |
StringInputParameter.getTargetID() |
Property |
ModeledPropertyOutputParameter.getTargetID() |
| Constructor and Description |
|---|
StringInputParameter(RToolInParameter pModeledInputParameter,
Property pTargetID,
java.lang.String pValue)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Property |
TaurusModelUtilities.getElementNameProperty(ElementType pEleType)
Gets the property of the
RElementProperty relationship which has
the flag "Element Name" set to true. |
Property |
ValidateMessage.getProperty() |
Property |
TaurusFactory.getProperty(java.lang.String pPropertyID)
Gets a property with the given ID from the currently loaded model.
|
static Property |
TaurusModelUtilities.getPropertyByID(java.lang.String pID,
TAURUSConfiguration pTauConf)
Returns for the Property with the given ID in the given Taurus model
configuration.
|
static Property |
TaurusModelUtilities.getSuffixProperty(ElementType pElementType)
Returns the first property of the given element type which has the
"Special Property" attribute set to
ESpecialProperties.ELEMENT_SUFFIX. |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Property> |
TaurusModelUtilities.getLabelProperties(ElementType pElementType)
Returns a list of label Properties of the given Element Type or an empty
list.
|
java.util.List<java.util.Map<Property,IPropertyValue>> |
ToolExecutionStatus.getMassOutputParameters() |
java.util.Map<Property,IPropertyValue> |
ToolExecutionStatus.getOutputParameters() |
static java.util.List<Property> |
TaurusModelUtilities.getPropertyListOfElementTyp(ElementType elmtyp)
Returns the Key Properties of the given Element Type, sorted after their
sequence number.
|
| Modifier and Type | Method and Description |
|---|---|
IPropertyValue |
TaurusFactory.createPropertyValue(Property pProp)
Creates a new property value without a context.
|
IPropertyValue |
TaurusFactory.createPropertyValue(Property pProperty,
java.lang.String pValue)
Creates a new property value without a context.
|
IPropertyValue |
TaurusFactory.createPropertyValue(Property pProp,
java.lang.String pValue,
EPropertyValueType pType,
IExecutionContext pContext)
Creates a new property value of a specific type.
|
IPropertyValue |
TaurusFactory.createPropertyValue(Property pProp,
java.lang.String pText,
IExecutionContext pContext)
Creates a new property value.
|
static IApplicationProperty |
TaurusModelUtilities.getApplicationProperty(ITaurusApplication pApplication,
Property pProperty)
Tries to get the application property for a specific
ITaurusApplication based on the given model Property. |
static boolean |
TaurusUtility.getBooleanValue(Property pProperty,
java.lang.String pParameterValue)
Returns
true under following conditions:
The given value equals (ignore case) true or
1
Or if the value equals (ignore case) the true-value of the given
Property
Returns false under following conditions:
The given value equals (ignore case) false or
0
Or if the value equals (ignore case) the false-value of the given
property
|
static java.lang.String |
AWMLoggingUtility.getMaskedPropertyValue(Property pProperty,
java.lang.String pValue)
Returns the string value of a given
Property, but returns "**********" if the property type is ETypes.PASSWORD. |
static IPropertyValue |
TaurusModelUtilities.getPropertyValueFromHierarchy(Property pProperty,
IExecutionContext pContext)
Obtain property value from the execution hierarchy for a given
Property. |
static java.lang.String |
TaurusModelUtilities.getStringBooleanValue(Property pProperty,
boolean pBoolean)
Gets a string representation of a boolean value for a property.
|
static boolean |
TaurusModelUtilities.isPropertyOfElementType(Property pProp,
IElement pElement)
Checks whether the property is modelled as a property of the given
element type.
|
void |
ToolExecutionStatus.putOutputParameter(Property pProp,
java.lang.String pValue)
Puts a single output parameter in the ToolExecutionStatus.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TaurusUtility.addLines(java.util.List<java.lang.Integer> pLineList,
java.util.Map<Property,IPropertyValue> pPropertyMap)
Searches for the special property EditMarkerLineNo and adds the property
value to the given list of line numbers.
|
static java.lang.String |
TaurusModelUtilities.getElementID(ISystemImage pImg,
ElementType pEleType,
java.util.Map<Property,IPropertyValue> pTargetPropVals)
Generates an element ID.
|
static IPropertyValue |
TaurusModelUtilities.getElementName(ElementType pEleType,
java.util.Map<Property,IPropertyValue> pPropVals)
Gets the property value of the
RElementProperty relationship
which has the flag "Element Name" set to true. |
static ElementType |
TaurusModelUtilities.getElementType(java.util.Map<Property,IPropertyValue> pPropertyValues)
Looks for an element type property in the given map of property values
and returns the corresponding element type or
null if no
element type could be resolved. |
void |
ToolExecutionStatus.setMassOutputParameters(java.util.List<java.util.Map<Property,IPropertyValue>> pMassOutParms)
Sets all mass output parameters of the tool.
|
void |
ToolExecutionStatus.setOutputParameters(java.util.Map<Property,IPropertyValue> pOutParms)
Sets all output parameters of the tool.
|
| Constructor and Description |
|---|
ValidateMessage(java.lang.String pMsgText,
char pSeverity,
Property pProperty)
Constructor for creating a property based validation message.
|
| Constructor and Description |
|---|
ResourceOperation(EResourceProcessingTypes pOperation,
java.lang.String pResName,
boolean pRefresh,
boolean pSelect,
java.util.Map<Property,IPropertyValue> pPropsAndValues)
Deprecated.
|
ToolExecutionStatus(java.lang.String pToolName,
int pToolRc,
java.lang.String pToolMsg,
java.util.List<ResourceOperation> pResOps,
java.util.Map<Property,IPropertyValue> pParmMap)
Creates a new ToolExecutionStatus with a message and resource operations
(see
ResourceOperation). |
| Modifier and Type | Method and Description |
|---|---|
IApplicationProperty |
ApplicationPropertyFactory.createApplicationProperty(ITaurusApplication pApplication,
Property pProperty)
Creates an
IApplicationProperty. |
| Modifier and Type | Method and Description |
|---|---|
Property |
TaurusFactory.createProperty()
Returns a new object of class 'Property'.
|
Property |
TaurusFactory.createProperty(ModelPropertyExtension pMpe)
Creates a property from a
ModelPropertyExtension. |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkedPropertyImpl |
class |
PropertyImpl |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Property> |
CPropertiesImpl.getProperty() |
org.eclipse.emf.common.util.EList<Property> |
RElementlistColumnImpl.getTargetIDs() |
| Modifier and Type | Method and Description |
|---|---|
void |
ISAPanelCommandImpl.setCommandVariable(Property newCommandVariable) |
void |
LinkedPropertyImpl.setResourceIdentifier(Property newResourceIdentifier) |
void |
PropertyImpl.setRetrieveAllValuesActionLabelProperty(Property newRetrieveAllValuesActionLabelProperty) |
void |
PropertyImpl.setRetrieveAllValuesActionValueProperty(Property newRetrieveAllValuesActionValueProperty) |
void |
SelectionPropertyMappingImpl.setTargetID(Property newTargetID) |
void |
RIDPropertyImpl.setTargetID(Property newTargetID) |
void |
RFilterFiltercriterionImpl.setTargetID(Property newTargetID) |
void |
RFilePropertyImpl.setTargetID(Property newTargetID) |
void |
RFileAttributeImpl.setTargetID(Property newTargetID) |
void |
RElementPropertyImpl.setTargetID(Property newTargetID) |
void |
RElementlistPropertyImpl.setTargetID(Property newTargetID) |
void |
RElementlistColumnImpl.setTargetID(Property newTargetID)
Deprecated.
|
void |
RDecorationValueImpl.setTargetID(Property newTargetID) |
void |
RApplicationPropertyImpl.setTargetID(Property newTargetID) |
void |
RActionSimpleConditionImpl.setTargetID(Property newTargetID) |
void |
RToolParameterImpl.setTargetIDParm(Property newTargetIDParm) |
void |
RPanelFieldImpl.setTargetIDParm(Property newTargetIDParm) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkedProperty
Linked properties can be provided by a function
package to AWM via the extension point attribute propertyProvider.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
ISAPanelCommand.getCommandVariable()
Returns the value of the 'Command Variable' reference.
|
Property |
IStructureComponent.getProperty()
Gets the property this component has been mapped to.
|
Property |
LinkedProperty.getResourceIdentifier()
Returns the value of the 'Resource Identifier' reference.
|
Property |
Property.getRetrieveAllValuesActionLabelProperty()
Returns the value of the 'Retrieve All Values Action Label
Property' reference.
|
Property |
Property.getRetrieveAllValuesActionValueProperty()
Returns the value of the 'Retrieve All Values Action Value
Property' reference.
|
Property |
SelectionPropertyMapping.getTargetID()
Returns the value of the 'Target ID' reference.
|
Property |
RIDProperty.getTargetID()
Returns the value of the 'Target ID' reference.
|
Property |
RFilterFiltercriterion.getTargetID()
Returns the value of the 'Target ID' reference.
|
Property |
RFileProperty.getTargetID()
Returns the value of the 'Target ID' reference.
|
Property |
RFileAttribute.getTargetID()
Returns the value of the 'Target ID' reference.
|
Property |
RElementProperty.getTargetID()
Returns the value of the 'Target ID' reference.
|
Property |
RElementlistProperty.getTargetID()
Deprecated.
Returns the value of the 'Target ID' reference.
|
Property |
RElementlistColumn.getTargetID()
Deprecated.
This method is no longer used. Element List Columns support
multiple
Propertys now. This method only sets one
Property. Use
RElementlistColumn.getTargetIDs() instead. |
Property |
RDecorationValue.getTargetID()
Returns the value of the 'Target ID' reference.
|
Property |
RApplicationProperty.getTargetID()
Returns the value of the 'Target ID' reference.
|
Property |
RActionSimpleCondition.getTargetID()
Returns the value of the 'Target ID' reference.
|
Property |
RToolParameter.getTargetIDParm()
Returns the value of the 'Target ID Parm' reference.
|
Property |
RPanelField.getTargetIDParm()
Returns the value of the 'Target ID Parm' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Property> |
CProperties.getProperty()
Returns the value of the 'Property' containment reference
list.
|
org.eclipse.emf.common.util.EList<Property> |
RElementlistColumn.getTargetIDs()
Returns the value of the 'Target IDs' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISAPanelCommand.setCommandVariable(Property value)
Sets the value of the
'
Command Variable' reference. |
void |
LinkedProperty.setResourceIdentifier(Property value)
Sets the value of the
'
Resource Identifier' reference. |
void |
Property.setRetrieveAllValuesActionLabelProperty(Property value)
Sets the value of the
'
Retrieve All Values Action Label Property' reference. |
void |
Property.setRetrieveAllValuesActionValueProperty(Property value)
Sets the value of the
'
Retrieve All Values Action Value Property' reference. |
void |
SelectionPropertyMapping.setTargetID(Property value)
Sets the value of the
'
Target ID' reference. |
void |
RIDProperty.setTargetID(Property value)
Sets the value of the
'
Target ID' reference. |
void |
RFilterFiltercriterion.setTargetID(Property value)
Sets the value of the
'
Target ID' reference. |
void |
RFileProperty.setTargetID(Property value)
Sets the value of the
'
Target ID' reference. |
void |
RFileAttribute.setTargetID(Property value)
Sets the value of the
'
Target ID' reference. |
void |
RElementProperty.setTargetID(Property value)
Sets the value of the
'
Target ID' reference. |
void |
RElementlistProperty.setTargetID(Property value)
Deprecated.
Sets the value of the
'
Target ID' reference. |
void |
RElementlistColumn.setTargetID(Property value)
Deprecated.
This method is no longer used. Element List Columns support
multiple
Propertys now. This method only sets one
Property. Use
RElementlistColumn.getTargetIDs() instead. |
void |
RDecorationValue.setTargetID(Property value)
Sets the value of the
'
Target ID' reference. |
void |
RApplicationProperty.setTargetID(Property value)
Sets the value of the
'
Target ID' reference. |
void |
RActionSimpleCondition.setTargetID(Property value)
Sets the value of the
'
Target ID' reference. |
void |
RToolParameter.setTargetIDParm(Property value)
Sets the value of the
'
Target ID Parm' reference. |
void |
RPanelField.setTargetIDParm(Property value)
Sets the value of the
'
Target ID Parm' reference. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ISAPanelCommandValidator.validateCommandVariable(Property value) |
boolean |
LinkedPropertyValidator.validateResourceIdentifier(Property value) |
boolean |
SelectionPropertyMappingValidator.validateTargetID(Property value) |
boolean |
RIDPropertyValidator.validateTargetID(Property value) |
boolean |
RFilterFiltercriterionValidator.validateTargetID(Property value) |
boolean |
RFilePropertyValidator.validateTargetID(Property value) |
boolean |
RFileAttributeValidator.validateTargetID(Property value) |
boolean |
RElementPropertyValidator.validateTargetID(Property value) |
boolean |
RElementlistPropertyValidator.validateTargetID(Property value) |
boolean |
RElementlistColumnValidator.validateTargetID(Property value) |
boolean |
RDecorationValueValidator.validateTargetID(Property value) |
boolean |
RActionSimpleConditionValidator.validateTargetID(Property value) |
boolean |
RToolParameterValidator.validateTargetIDParm(Property value) |
boolean |
RToolOutParameterValidator.validateTargetIDParm(Property value) |
boolean |
RToolInParameterValidator.validateTargetIDParm(Property value) |
boolean |
RPanelFieldValidator.validateTargetIDParm(Property value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CPropertiesValidator.validateProperty(org.eclipse.emf.common.util.EList<Property> value) |
boolean |
RElementlistColumnValidator.validateTargetIDs(org.eclipse.emf.common.util.EList<Property> value) |
| Modifier and Type | Method and Description |
|---|---|
Property |
TableColumn.getProperty() |
Property |
JsonStructureElement.getProperty() |
Property |
JsonStructureAttribute.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<Property> |
TaurusMetaModelUtilities.getPropertiesFromStructure(IStructure pStructure)
Returns a collection of all
Propertys which are referenced in an
IStructure by parsing all subcomponents
(IStructure.getComponents() /
IStructureComponent.getChildren()). |
| Modifier and Type | Method and Description |
|---|---|
T |
TaurusSwitch.caseProperty(Property object)
Returns the result of interpreting the object as an instance of 'Property'.
|
boolean |
TaurusValidator.validateProperty_DateFormat(Property property,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the DateFormat constraint of 'Property'.
|
boolean |
TaurusValidator.validateProperty_DifferentLabelKeyCount(Property property,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the DifferentLabelKeyCount constraint of 'Property'.
|
boolean |
TaurusValidator.validateProperty_MinlengthHigherMaxlength(Property property,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the MinlengthHigherMaxlength constraint of 'Property'.
|
boolean |
TaurusValidator.validateProperty(Property property,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Property |
IPropertyValue.getProperty()
Gets the property of this property value.
|
Property |
IApplicationProperty.getProperty()
Returns the corresponding target property
Property of the
IApplicationProperty. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<Property,IPropertyValue> |
IExecutionContext.getActionContextMap()
Receives a map with all Properties which have been created based on a
resource and/or manually added Properties.
|
java.util.Map<Property,IPropertyValue> |
IResource.getAllPropertyValues()
Get all property values of this resource.
|
java.util.Map<Property,IPropertyValue> |
IElementListEntry.getAllPropertyValuesWithElement()
Returns a map off all Properties from this element list entry and its
corresponding Element.
|
java.util.Map<Property,IPropertyValue> |
AbstractElementListEntry.getAllPropertyValuesWithElement() |
static java.util.Map<Property,IPropertyValue> |
AbstractElementListEntry.getAllPropertyValuesWithElementStatic(IElementListEntry pEntry)
Static call for
IElementListEntry.getAllPropertyValuesWithElement(). |
java.util.Map<Property,IPropertyValue> |
IExecutionContext.getParameterMemoryMap()
Receives a map with all Properties which have been saved in the context.
|
| Modifier and Type | Method and Description |
|---|---|
IPropertyValue |
IExecutionContext.getParmFromContext(Property pKey)
Receives a Property from the ExecutionContext.
|
IPropertyValue |
IExecutionContext.getParmFromMemory(Property pKey)
Retrieves a parameter Property from a map where previous tools might have
stored their output parameter Properties.
|
IPropertyValue |
IResource.getPropertyValue(Property pProperty)
Get the value of the given property in this resource.
|
IPropertyValue |
IResource.getPropertyValueFromHierarchy(Property pProperty)
Returns a property value of this resource and (if existent) parent
resources.
|
IPropertyValue |
IElementListEntry.getPropertyValueWithElement(Property pProp)
Can return the property value of the entry as well as of the
corresponding
IElement. |
IPropertyValue |
AbstractElementListEntry.getPropertyValueWithElement(Property pProp) |
static IPropertyValue |
AbstractElementListEntry.getPropertyValueWithElementStatic(IElementListEntry pEntry,
Property pProp)
Static call for
IElementListEntry.getPropertyValueWithElement(Property). |
ToolExecutionStatus |
ITaurusPropertySetUtilities.propertySetAssociatorUI(IExecutionContext pContext,
ToolDescriptor pTd,
Property pPropertySet,
FileDescriptor pFileDescriptor,
IElement pElement,
java.lang.Boolean pIsLocalPropertySet,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Allows the user to select the property set that will be associated to the
element via a dialog.
|
void |
IExecutionContext.putParmIntoContext(Property pProp,
IPropertyValue pPropValue)
Manually puts a Property into the context Map.
|
void |
IExecutionContext.putParmIntoMemory(Property pProp,
IPropertyValue pPropValue)
Puts a parameter Property into a map, providing them to following tools
during the execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IExecutionContext.setActionContext(java.util.Map<Property,IPropertyValue> pActionContext)
Set the action context of the execution context.
|
void |
IExecutionContext.setParmMemory(java.util.Map<Property,IPropertyValue> pParmMemory)
Set the parameter memory of the execution context.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyValue.getProperty() |
Property |
AbstractInternalApplicationProperty.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<Property,IPropertyValue> |
ExecutionContext.getActionContextMap() |
java.util.Map<Property,IPropertyValue> |
Resource.getAllPropertyValues() |
java.util.Map<Property,IPropertyValue> |
Element.getAllPropertyValues() |
java.util.Map<Property,IPropertyValue> |
ExecutionContext.getParameterMemoryMap() |
| Modifier and Type | Method and Description |
|---|---|
static IPropertyValue |
ExecutionContext.getParmeterFromContext(IExecutionContext pContext,
Property pProperty)
This method tries to execute an internal method to return the
IPropertyValue of a Property from the context. |
static IPropertyValue |
ExecutionContext.getParmeterFromMemory(IExecutionContext pContext,
Property pProperty)
This method tries to execute an internal method to return the
IPropertyValue of a Property from the memory. |
IPropertyValue |
ExecutionContext.getParmFromContext(Property pProperty) |
IPropertyValue |
ExecutionContext.getParmFromMemory(Property pKey) |
IPropertyValue |
Resource.getPropertyValue(Property pProperty) |
IPropertyValue |
Resource.getPropertyValueFromHierarchy(Property pProperty) |
void |
ExecutionContext.putParmIntoContext(Property pProp,
IPropertyValue pPropValue) |
void |
ExecutionContext.putParmIntoMemory(Property pProp,
IPropertyValue pPropValue) |
void |
Resource.removeProperty(Property pProperty)
Removes the given property with its value from the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionContext.setActionContext(java.util.Map<Property,IPropertyValue> pActionContext) |
void |
ExecutionContext.setParmMemory(java.util.Map<Property,IPropertyValue> pParmMemory) |
| Constructor and Description |
|---|
AbstractInternalApplicationProperty(Property pProperty,
RApplicationProperty pApplicationProperty,
ITaurusApplication pApplication,
IApplicationPropertyProxy pApplicationPropertyProxy) |
ApplicationProperty(Property pProperty,
RApplicationProperty pApplicationProperty,
ITaurusApplication pApplication,
IApplicationPropertyProxy pApplicationPropertyProxy)
Constructor.
|
ApplicationPropertyValue(Property pProperty,
java.lang.String pValue,
EPropertyValueType pType,
IApplicationProperty pApplicationProperty) |
MasterConfigurationProperty(Property pProperty,
RApplicationProperty pApplicationProperty,
ITaurusApplication pApplication,
IApplicationPropertyProxy pApplicationPropertyProxy)
Constructor.
|
PropertyValue(Property pProperty)
Deprecated.
|
PropertyValue(Property pProperty,
java.lang.String pValue)
Deprecated.
|
PropertyValue(Property pProperty,
java.lang.String pValue,
EPropertyValueType pType) |
| Modifier and Type | Method and Description |
|---|---|
Property |
IValidationMessage.getProperty()
Gets the property to which the validation message is referring to.
|
Property |
IPropertyParameter.getTargetID() |
Copyright © 2015 Micro Focus GmbH. All rights reserved.