Uses of Interface
de.mid.innovator.srv2api.icw2meta.MM2Property
-
Packages that use MM2Property Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of MM2Property in de.mid.innovator.srv2api.icw2meta
Subinterfaces of MM2Property in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interface
MM2Attribute
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
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
Fields in de.mid.innovator.srv2api.icw2meta with type parameters of type MM2Property Modifier and Type Field Description java.util.List<MM2Property>
ARG_MMFilterPropertyCreate. seqProp
liste of properties to be createdMethods in de.mid.innovator.srv2api.icw2meta that return MM2Property Modifier and Type Method Description MM2Property
MMFilterProperty. filterProperty()
The meta property used by this filter property.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MM2Property Modifier and Type Method Description static java.util.List<MMFilterProperty>
MMFilterPropertyHelper. create(SrvContext srvCtx, MMFilter ohFilter, java.util.List<? extends MM2Property> seqProp)
Creates a list of new filter properties.Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MM2Property Constructor Description ARG_MMFilterPropertyCreate(MMFilter ohFilter, java.util.List<MM2Property> seqProp)
-