| Package | Description |
|---|---|
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| 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.util |
Helper and utility classes for the AWM meta model including model validation and conversion.
|
| com.microfocus.awm.model.internal |
Internal implementations of AWM interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
IPropertyValue |
TaurusFactory.createLinkedPropertyValue(LinkedProperty pProp,
IExecutionContext pContext)
Creates a property value for linked properties.
|
static java.lang.String |
TaurusUtility.getLinkedPropertyValue(LinkedProperty pLinkedProperty,
IExecutionContext pContext)
Get the value of the given linked property
|
| Modifier and Type | Method and Description |
|---|---|
LinkedProperty |
TaurusFactory.createLinkedProperty()
Returns a new object of class 'Linked Property'.
|
LinkedProperty |
TaurusFactory.createLinkedProperty(LinkedPropertyExtension pProperty)
Properly creates a linked property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinkedPropertyImpl |
| Modifier and Type | Method and Description |
|---|---|
LinkedProperty |
TaurusFactoryImpl.createLinkedProperty() |
LinkedProperty |
TaurusFactoryImpl.createLinkedProperty(LinkedPropertyExtension pProperty) |
| Modifier and Type | Method and Description |
|---|---|
T |
TaurusSwitch.caseLinkedProperty(LinkedProperty object)
Returns the result of interpreting the object as an instance of 'Linked Property'.
|
boolean |
TaurusValidator.validateLinkedProperty_MissingFunctionPackage(LinkedProperty linkedProperty,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the MissingFunctionPackage constraint of ' Linked
Property'.
|
boolean |
TaurusValidator.validateLinkedProperty_MissingResourceIdentifier(LinkedProperty linkedProperty,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the MissingResourceIdentifier constraint of ' Linked
Property'.
|
boolean |
TaurusValidator.validateLinkedProperty(LinkedProperty linkedProperty,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Modifier and Type | Method and Description |
|---|---|
static IPropertyValue |
Resource.getValueOfLinkedProperty(IResource pRes,
LinkedProperty pProp)
Gets the value of a linked property, where
IResource.getPropertyValue(Property) would return
null. |
static java.lang.String |
LinkedPropertyValue.resolveResourceIdentifier(LinkedProperty pLinkedProperty,
IExecutionContext pContext)
Searches a value for the given property in the execution context.
|
| Constructor and Description |
|---|
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.
|
LinkedPropertyValue(LinkedProperty pProperty,
IExecutionContext pContext)
Basic constructor.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.