Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELM2Attribute
Packages that use ELM2Attribute
Package
Description
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.
Meta model and administration information.
-
Uses of ELM2Attribute in de.mid.innovator.srv2api.icw2elem
Fields in de.mid.innovator.srv2api.icw2elem declared as ELM2AttributeModifier and TypeFieldDescriptionARG_TranslatableProperty.ohM2Attrmeta attribute specifies the translated propertyARG_UpdateTranslationProperty.ohM2Attrmeta attribute specifies the translated propertyMethods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELM2AttributeModifier and TypeMethodDescription<T extends ELM2Attribute>
List<T> ELM2Attribute.getGenericAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The subsetted meta attribute of this generic attribute.<T extends ELM2Attribute>
List<T> ELM2Class.getInverseProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties of inverse association ends.<T extends ELM2Attribute>
List<T> ELM2Class.getInversePropertyDerivedRType(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties of inverse association ends assigned to a derived relationship type.<T extends ELM2Attribute>
List<T> ELM2Class.getInversePropertyNotDerivedRType(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties of inverse association ends not assigned to a derived relationship type.<T extends ELM2Attribute>
List<T> ELM2Type.getM2AttributeOfKind(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The meta attribute this element is assigned as type of 'kind' parameter.<T extends ELM2Attribute>
List<T> ELM2Type.getM2AttributeOfMode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The meta attribute this element is assigned as type of 'mode' parameter.<T extends ELM2Attribute>
List<T> ELUUIDAble.getNotToTranslateAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All attributes which should not be translated for this element.<T extends ELM2Attribute>
List<T> ELM2Class.getOwnedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All attributes owned by this class.<T extends ELM2Attribute>
List<T> ELM2Class.getPropertiesByM2AttributeSet(Class<T> returnType, K_M2ATTRIBUTE_SET kind, K_CONTROL_OPTION... behaviourFlags) All metaattributes of this class specified by argument kind.<T extends ELM2Attribute>
List<T> ELM2Type.getTypedM2Attribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All meta attributes typed by this meta type.<T extends ELM2Attribute>
List<T> ELM2Class.getVersionProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All members conform toELM2Attributes which are not derived and not connected to an association.<T extends ELM2Attribute>
List<T> ELM2Class.getVersionPropertyRsIn(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties owned by this class or one of its general classes and connected to an association.<T extends ELM2Attribute>
List<T> ELM2Class.getVersionPropertyRsOptional(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Takes all properties of VersionPropertyRsOut and replaces attributes owned by a relationship type with the corresponding attributes owned by the derived relationship type.<T extends ELM2Attribute>
List<T> ELM2Class.getVersionPropertyRsOut(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All properties typed by this class or one of its general classes.Methods in de.mid.innovator.srv2api.icw2elem that return ELM2AttributeModifier and TypeMethodDescriptionELM2Attribute.getAssocEndFromDerivedRTypeInRType()If this metaattribute is an association end of a derived relationship type, its corresponding association end in the assigned relationship type is returned.ELM2Attribute.getAssocEndFromRTypeInDerivedRType()If this metaattribute is an association end of a relationship type, its corresponding association end in the assigned derived relationship type is returned.static ELM2AttributeELM2AttributeHelper.getByVAttr(SrvContext srvCtx, K_VATTR item) Returns the specified metaattribute.ELM2Attribute.getGenericRelatedAttribute()The generic attributes assigned to this meta attribute.ELTranslatedValue.getM2Attribute()The attribute of this translated value.ELM2Attribute.getRelatedAttributeOfGenericView()If this element is a generic view, its related meta attribute is returned.Methods in de.mid.innovator.srv2api.icw2elem with parameters of type ELM2AttributeModifier and TypeMethodDescriptionbooleanELM2Class.isLocalizAbleM2Attr(ELM2Attribute refObj) True, if the meta attribute specified by attr is localizable.Constructors in de.mid.innovator.srv2api.icw2elem with parameters of type ELM2AttributeModifierConstructorDescriptionARG_TranslatableProperty(ELElement ohElem, ELM2Attribute ohM2Attr, String strValue, boolean isNotToTranslate, String strName, String strUUID, Class<? extends ELObject> kVOclProp, K_VATTR kVAttr, ARG_TranslatableElement valElem) ARG_UpdateTranslationProperty(ELElement ohElem, ELM2Attribute ohM2Attr, String strTranslation, boolean isOutdated) -
Uses of ELM2Attribute in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ELM2Attribute in de.mid.innovator.srv2api.icw2metaMethods in de.mid.innovator.srv2api.icw2meta with parameters of type ELM2AttributeModifier and TypeMethodDescriptionMMStereotypeAble.getAttrCnstrEffective(ELM2Attribute refObj) Returns the effectiveELM2TypedElementCnstrinstance for theargument refObjof this element.MMStereotype.getM2AttrCnstr(ELM2Attribute refObj) theELM2TypedElementCnstrinstance for the metaattribute provided byargument refObjof the content of this stereotype.MMStereotype.getM2AttrCnstrOfGeneralTransitive(ELM2Attribute refObj) The firstELM2TypedElementCnstrinstance for the metaattribute provided byargument refObjfound traversing the stereotype hierarchy up.MMStereotype.getM2AttrCnstrOfSelfAndGeneralTransitive(ELM2Attribute refObj) The effectiveELM2TypedElementCnstrinstance for the metaattribute provided byargument refObj.MMStereotype.getM2AttrCnstrOfSpecificTransitive(ELM2Attribute refObj) The firstELM2TypedElementCnstrinstance for the metaattribute provided byargument refObjfound traversing the stereotype hierarchy down.