| 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.util |
Helper and utility classes for the AWM meta model including model validation and conversion.
|
| Modifier and Type | Method and Description |
|---|---|
EInvokeForms |
TaurusFactoryImpl.createEInvokeFormsFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EInvokeForms |
TaurusFactoryImpl.createEInvokeFormsObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EInvokeForms |
ISAISPFToolImpl.getInvokeForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
ISAISPFToolImpl.setInvokeForm(EInvokeForms newInvokeForm) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<EInvokeForms> |
EInvokeForms.VALUES
A public read-only list of all the 'EInvoke Forms'
enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EInvokeForms |
EInvokeForms.get(int value)
Returns the 'EInvoke Forms' literal with the specified
integer value.
|
static EInvokeForms |
EInvokeForms.get(java.lang.String literal)
Returns the 'EInvoke Forms' literal with the specified
literal value.
|
static EInvokeForms |
EInvokeForms.getByName(java.lang.String name)
Returns the 'EInvoke Forms' literal with the specified
name.
|
EInvokeForms |
ISAISPFTool.getInvokeForm()
Returns the value of the 'Invoke Form' attribute.
|
static EInvokeForms |
EInvokeForms.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EInvokeForms[] |
EInvokeForms.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISAISPFTool.setInvokeForm(EInvokeForms value)
Sets the value of the
'
Invoke Form' attribute. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ISAISPFToolValidator.validateInvokeForm(EInvokeForms value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaurusValidator.validateEInvokeForms(EInvokeForms eInvokeForms,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
boolean |
TaurusValidator.validateEInvokeFormsObject(EInvokeForms eInvokeFormsObject,
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.