| Package | Description |
|---|---|
| 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.modelextension |
Copyright (C) Micro Focus.
|
| com.microfocus.awm.meta.util |
Helper and utility classes for the AWM meta model including model validation and conversion.
|
| Modifier and Type | Method and Description |
|---|---|
EParameterTypes |
TaurusFactoryImpl.createEParameterTypesFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EParameterTypes |
TaurusFactoryImpl.createEParameterTypesObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EParameterTypes |
RToolParameterImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
RToolParameterImpl.setType(EParameterTypes newType) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<EParameterTypes> |
EParameterTypes.VALUES
A public read-only list of all the 'EParameter Types'
enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EParameterTypes |
EParameterTypes.get(int value)
Returns the 'EParameter Types' literal with the specified
integer value.
|
static EParameterTypes |
EParameterTypes.get(java.lang.String literal)
Returns the 'EParameter Types' literal with the specified
literal value.
|
static EParameterTypes |
EParameterTypes.getByName(java.lang.String name)
Returns the 'EParameter Types' literal with the specified
name.
|
EParameterTypes |
RToolParameter.getType()
Returns the value of the 'Type' attribute.
|
static EParameterTypes |
EParameterTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EParameterTypes[] |
EParameterTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RToolParameter.setType(EParameterTypes value)
Sets the value of the
'
Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RToolParameterValidator.validateType(EParameterTypes value) |
boolean |
RToolOutParameterValidator.validateType(EParameterTypes value) |
boolean |
RToolInParameterValidator.validateType(EParameterTypes value) |
| Modifier and Type | Method and Description |
|---|---|
EParameterTypes |
ToolTypeParameter.getType()
Gets the type.
|
| Constructor and Description |
|---|
ToolTypeInputParameter(java.lang.String pID,
java.lang.String pLabel,
ToolTypeExtension pParentToolTypeExtension,
FunctionPackageExtension pFpe,
EParameterTypes pType,
int pSequenceNumber,
java.lang.String pDefaultValue,
java.lang.String pStaticValue,
EModelExtensionCardinality pCardinality,
boolean pIsMassProcessing,
boolean pIsNullValueAllowed)
Basic constructor.
|
ToolTypeOutputParameter(java.lang.String pID,
java.lang.String pLabel,
ToolTypeExtension pParentToolTypeExtension,
FunctionPackageExtension pFp,
EParameterTypes pType,
int pSequenceNumber,
EModelExtensionCardinality pCardinality,
boolean pIsMassProcessing)
Basic constructor.
|
ToolTypeParameter(java.lang.String pID,
java.lang.String pLabel,
ToolTypeExtension pParentToolTypeExtension,
FunctionPackageExtension pFpe,
EParameterTypes pType,
int pSequenceNumber,
EModelExtensionCardinality pCardinality,
boolean pIsMassProcessing)
Basic constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaurusValidator.validateEParameterTypes(EParameterTypes eParameterTypes,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
boolean |
TaurusValidator.validateEParameterTypesObject(EParameterTypes eParameterTypesObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.