| 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.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.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.
|
| Modifier and Type | Method and Description |
|---|---|
FilterType |
TaurusFactory.getFilterType(java.lang.String pFilterTypeID)
Return the filter type for the given filter type id.
|
| Modifier and Type | Method and Description |
|---|---|
IFilter |
TaurusFactory.createFilter(FilterType pFilterType,
java.lang.String pID)
Creates a new filter.
|
| Modifier and Type | Method and Description |
|---|---|
FilterType |
TaurusFactory.createFilterType()
Returns a new object of class 'Filter Type'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilterTypeImpl |
| Modifier and Type | Method and Description |
|---|---|
FilterType |
RElementFilterImpl.basicGetTargetID() |
FilterType |
TaurusFactoryImpl.createFilterType() |
FilterType |
RElementFilterImpl.getTargetID() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<FilterType> |
CFilterTypesImpl.getFilterType() |
| Modifier and Type | Method and Description |
|---|---|
void |
RElementFilterImpl.setTargetID(FilterType newTargetID) |
| Modifier and Type | Method and Description |
|---|---|
FilterType |
RElementFilter.getTargetID()
Returns the value of the 'Target ID' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<FilterType> |
CFilterTypes.getFilterType()
Returns the value of the 'Filter Type' containment
reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RElementFilter.setTargetID(FilterType value)
Sets the value of the
'
Target ID' reference. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RElementFilterValidator.validateTargetID(FilterType value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CFilterTypesValidator.validateFilterType(org.eclipse.emf.common.util.EList<FilterType> value) |
| Modifier and Type | Method and Description |
|---|---|
T |
TaurusSwitch.caseFilterType(FilterType object)
Returns the result of interpreting the object as an instance of 'Filter Type'.
|
boolean |
TaurusValidator.validateFilterType_MultiSeqnoCriterion(FilterType filterType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the MultiSeqnoCriterion constraint of 'Filter Type'.
|
boolean |
TaurusValidator.validateFilterType(FilterType filterType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
| Modifier and Type | Method and Description |
|---|---|
FilterType |
IFilter.getFilterType()
Gets the filter type of the filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFilter.setFilterType(FilterType pFilType)
Sets the filter type of the filter.
|
| Modifier and Type | Method and Description |
|---|---|
FilterType |
Filter.getFilterType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Filter.setFilterType(FilterType pFilType) |
| Constructor and Description |
|---|
Filter(FilterType pFilterType)
Basic constructor.
|
Filter(FilterType pFilterType,
java.lang.String pID)
Constructor for loading a filter from cache.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.