Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELValueReUseAble
-
Packages that use ELValueReUseAble Package Description de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2dm The purpose of DMN is to provide the constructs that are needed to model decisions, so that organizational decision-making can be readily depicted in diagrams, accurately defined by business analysts, and (optionally) automated.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of ELValueReUseAble in de.mid.innovator.srv2api.icw2class
Subinterfaces of ELValueReUseAble in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLEnumLiteral
An enumeration literal is a user-defined data value for an enumeration.interface
CLInstanceSpecification
An instance specification is a model element that represents an instance in a modeled system.interface
CLInstSpec
This is a utility class for CLInstSpec that provides static methods for creation or other purposes. -
Uses of ELValueReUseAble in de.mid.innovator.srv2api.icw2dm
Subinterfaces of ELValueReUseAble in de.mid.innovator.srv2api.icw2dm Modifier and Type Interface Description interface
DMLiteralExpression
The classDMLiteralExpression
is used to model a value expression whose value is specified by text in some specified expression language. -
Uses of ELValueReUseAble in de.mid.innovator.srv2api.icw2elem
Subinterfaces of ELValueReUseAble in de.mid.innovator.srv2api.icw2elem Modifier and Type Interface Description interface
ELValSpec
This is a utility class for ELValSpec that provides static methods for creation or other purposes.interface
ELValSpecDateTime
interface
ELValSpecELElement
interface
ELValSpecELM2EnumMember
interface
ELValSpecExpression
the specification of an expression.interface
ELValSpecInstVal
interface
ELValSpecInteger
interface
ELValSpecNullValue
interface
ELValSpecOpaqueExpr
interface
ELValSpecString
interface
ELValSpecUnlimNatValue
Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELValueReUseAble Modifier and Type Method Description <T extends ELValueReUseAble>
java.util.List<T>ELValueContainerAble. getValueReUseAble(java.lang.Class<T> returnType)
Method parameters in de.mid.innovator.srv2api.icw2elem with type arguments of type ELValueReUseAble Modifier and Type Method Description void
ELValueContainerAble. setValueReUseAble(java.util.List<? extends ELValueReUseAble> values)
Set the value of Foreign Key ValueReUseAble. -
Uses of ELValueReUseAble in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ELValueReUseAble in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interface
MM2Attribute
interface
MM2Property
This is a utility class for MM2Property that provides static methods for creation or other purposes.interface
MM2TypedProperty
This is a utility class for MM2TypedProperty that provides static methods for creation or other purposes.interface
MM2TypedTSOption
This is a utility class for MM2TypedTSOption that provides static methods for creation or other purposes.interface
MM2TypeRange
interface
MMFilter
interface
MMFontColor
interface
MMStereotype
A stereotype defines how an existing metaclass may be extended and enables the use of platform-specific or domain-specific terminology or notation in place of, or in addition to, the ones used for the extended metaclass.interface
MMStereotypeProperty
interface
MMStereotypeRelProperty
interface
MMStereotypeRelTSOption
interface
MMStereotypeTSOption
Methods in de.mid.innovator.srv2api.icw2meta with type parameters of type ELValueReUseAble Modifier and Type Method Description <T extends ELValueReUseAble>
java.util.List<T>MMLabelAble. getLabelValueByPattern(java.lang.Class<T> returnType, MMStereotype stereotype, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
The method calls getLabelValueByPattern and filters its return values according to the given stereotype value.<T extends ELValueReUseAble>
java.util.List<T>MMLabelAble. getLabelValueByPattern(java.lang.Class<T> returnType, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
All label values owned by this element.<T extends ELValueReUseAble>
java.util.List<T>MMStereotypeAble. getStereoPropValueByPattern(java.lang.Class<T> returnType, MMStereotype stereotype, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
The method calls getStereoPropValueByPattern and filters its return values according to the given stereotype value.<T extends ELValueReUseAble>
java.util.List<T>MMStereotypeAble. getStereoPropValueByPattern(java.lang.Class<T> returnType, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
All stereotype property values owned by this element.<T extends ELValueReUseAble>
java.util.List<T>MMStereotypeAble. getStereotypeTSOptionValueByPattern(java.lang.Class<T> returnType, MMStereotype stereotype, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
The method calls getStereotypeTSOptionValueByPattern and filters its return values according to the given stereotype value.<T extends ELValueReUseAble>
java.util.List<T>MMStereotypeAble. getStereotypeTSOptionValueByPattern(java.lang.Class<T> returnType, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
All type system option values owned by this element. -
Uses of ELValueReUseAble in de.mid.innovator.srv2api.icw2model
Subinterfaces of ELValueReUseAble in de.mid.innovator.srv2api.icw2model Modifier and Type Interface Description interface
MEValSpecExpression
interface
MEValSpecOpaqueExpr
An opaque expression is an uninterpreted textual statement that denotes a (possibly empty) set of values when evaluated in a context.
-