|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SAttributeType in org.metaabm |
---|
Fields in org.metaabm with type parameters of type SAttributeType | |
---|---|
static org.eclipse.emf.common.util.EList<SAttributeType> |
SAttributeType.BOOLEAN_ACCEPTS
|
static org.eclipse.emf.common.util.EList<SAttributeType> |
SAttributeType.EMPTY_TYPES
|
static org.eclipse.emf.common.util.EList<SAttributeType> |
SAttributeType.INT_ACCEPTS
|
static org.eclipse.emf.common.util.EList<SAttributeType> |
SAttributeType.NUMERIC_ACCEPTS
|
static org.eclipse.emf.common.util.EList<SAttributeType> |
SAttributeType.REAL_ACCEPTS
|
static org.eclipse.emf.common.util.EList<SAttributeType> |
SAttributeType.SYMBOL_ACCEPTS
|
static org.eclipse.emf.common.util.EList<SAttributeType> |
SAttributeType.UNDEFINED_ACCEPTS
|
static java.util.List<SAttributeType> |
SAttributeType.VALUES
A public read-only list of all the 'SAttribute Type' enumerators. |
Methods in org.metaabm that return SAttributeType | |
---|---|
static SAttributeType |
SAttributeType.get(int value)
Returns the 'SAttribute Type' literal with the specified integer value. |
static SAttributeType |
SAttributeType.get(java.lang.String literal)
Returns the 'SAttribute Type' literal with the specified literal value. |
static SAttributeType |
SAttributeType.getByName(java.lang.String name)
Returns the 'SAttribute Type' literal with the specified name. |
SAttributeType |
ITyped.getSType()
Returns the value of the 'SType' attribute. |
static SAttributeType |
SAttributeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SAttributeType[] |
SAttributeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.metaabm that return types with arguments of type SAttributeType | |
---|---|
org.eclipse.emf.common.util.EList<SAttributeType> |
IValue.getAvailableTypes()
Returns the value of the 'Available Types' attribute list. |
static org.eclipse.emf.common.util.EList<SAttributeType> |
SAttributeType.getAvailableTypes(SAttributeType sourceType)
|
Methods in org.metaabm with parameters of type SAttributeType | |
---|---|
static org.eclipse.emf.common.util.EList<SAttributeType> |
SAttributeType.getAvailableTypes(SAttributeType sourceType)
|
void |
ITyped.setSType(SAttributeType value)
Sets the value of the ' SType ' attribute. |
Uses of SAttributeType in org.metaabm.act.impl |
---|
Methods in org.metaabm.act.impl that return types with arguments of type SAttributeType | |
---|---|
org.eclipse.emf.common.util.EList<SAttributeType> |
ASinkImpl.getAvailableTypes()
|
org.eclipse.emf.common.util.EList<SAttributeType> |
ALiteralImpl.getAvailableTypes()
|
Uses of SAttributeType in org.metaabm.function |
---|
Methods in org.metaabm.function that return types with arguments of type SAttributeType | |
---|---|
org.eclipse.emf.common.util.EList<SAttributeType> |
FFunction.getAvailableTypes()
Returns the value of the 'Available Types' attribute list. |
Uses of SAttributeType in org.metaabm.function.impl |
---|
Methods in org.metaabm.function.impl that return SAttributeType | |
---|---|
SAttributeType |
FArgumentPrototypeImpl.getSType()
|
Methods in org.metaabm.function.impl that return types with arguments of type SAttributeType | |
---|---|
org.eclipse.emf.common.util.EList<SAttributeType> |
FOperatorImpl.getAvailableTypes()
|
org.eclipse.emf.common.util.EList<SAttributeType> |
FLogicalOperatorImpl.getAvailableTypes()
|
org.eclipse.emf.common.util.EList<SAttributeType> |
FGenericLogicalImpl.getAvailableTypes()
|
org.eclipse.emf.common.util.EList<SAttributeType> |
FGenericFunctionImpl.getAvailableTypes()
|
org.eclipse.emf.common.util.EList<SAttributeType> |
FFunctionImpl.getAvailableTypes()
|
Methods in org.metaabm.function.impl with parameters of type SAttributeType | |
---|---|
void |
FArgumentPrototypeImpl.setSType(SAttributeType newSType)
|
Uses of SAttributeType in org.metaabm.function.validation |
---|
Methods in org.metaabm.function.validation with parameters of type SAttributeType | |
---|---|
boolean |
FGenericFunctionValidator.validateResultType(SAttributeType value)
|
Method parameters in org.metaabm.function.validation with type arguments of type SAttributeType | |
---|---|
boolean |
FFunctionValidator.validateAvailableTypes(org.eclipse.emf.common.util.EList<SAttributeType> value)
|
boolean |
FGenericValidator.validateInputTypes(org.eclipse.emf.common.util.EList<SAttributeType> value)
|
boolean |
FGenericLogicalValidator.validateInputTypes(org.eclipse.emf.common.util.EList<SAttributeType> value)
|
boolean |
FGenericFunctionValidator.validateInputTypes(org.eclipse.emf.common.util.EList<SAttributeType> value)
|
boolean |
FGenericConditionValidator.validateInputTypes(org.eclipse.emf.common.util.EList<SAttributeType> value)
|
Uses of SAttributeType in org.metaabm.ide |
---|
Fields in org.metaabm.ide with type parameters of type SAttributeType | |
---|---|
static java.util.Map<java.lang.String,SAttributeType> |
JavaAgentImporter.supportedTypes
|
Uses of SAttributeType in org.metaabm.impl |
---|
Methods in org.metaabm.impl that return SAttributeType | |
---|---|
SAttributeType |
MetaABMFactoryImpl.createSAttributeTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
SAttributeType |
SAttributeImpl.getSType()
|
Methods in org.metaabm.impl that return types with arguments of type SAttributeType | |
---|---|
org.eclipse.emf.common.util.EList<SAttributeType> |
SStateValueImpl.getAvailableTypes()
|
org.eclipse.emf.common.util.EList<SAttributeType> |
SAttributeImpl.getAvailableTypes()
|
Methods in org.metaabm.impl with parameters of type SAttributeType | |
---|---|
void |
SAttributeImpl.setSType(SAttributeType newSType)
|
Uses of SAttributeType in org.metaabm.validation |
---|
Methods in org.metaabm.validation with parameters of type SAttributeType | |
---|---|
boolean |
ITypedValidator.validateSType(SAttributeType value)
|
Method parameters in org.metaabm.validation with type arguments of type SAttributeType | |
---|---|
boolean |
IValueValidator.validateAvailableTypes(org.eclipse.emf.common.util.EList<SAttributeType> value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |