Uses of Interface
de.mid.innovator.srv2api.icw2meta.MM2Property

Packages that use MM2Property
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
 interface MM2Attribute
           
 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
           
 

Fields in de.mid.innovator.srv2api.icw2meta with type parameters of type MM2Property
 List<MM2Property> ARG_MMFilterPropertyCreate.seqProp
          liste of properties to be created
 

Methods in de.mid.innovator.srv2api.icw2meta that return MM2Property
 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
static List<MMFilterProperty> MMFilterPropertyHelper.create(SrvContext srvCtx, MMFilter ohFilter, 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
ARG_MMFilterPropertyCreate(MMFilter ohFilter, List<MM2Property> seqProp)