Uses of Class
de.mid.innovator.srv2api.icw2meta.ARG_IRefViewSpecification

Packages that use ARG_IRefViewSpecification
de.mid.innovator.srv2api.icw2meta Meta model and administration information. 
 

Uses of ARG_IRefViewSpecification in de.mid.innovator.srv2api.icw2meta
 

Fields in de.mid.innovator.srv2api.icw2meta with type parameters of type ARG_IRefViewSpecification
 List<ARG_IRefViewSpecification> ARG_IRef.seqViewSpec
          view specification
 

Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ARG_IRefViewSpecification
static
<T extends ADClientAble>
List<T>
ADClientAbleHelper.getReferences(Class<T> returnType, SrvContext srvCtx, List<? extends ELElement> seqSel, ARG_IRefRestriction valRestrictOut, List<ARG_IRefViewSpecification> seqViewSpec)
          Internal request used by de.mid.innovator.ref.ReferencesCollector.
 

Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ARG_IRefViewSpecification
ARG_IRef(List<ELElement> seqSel, ARG_IRefRestriction valRestrictOut, List<ARG_IRefViewSpecification> seqViewSpec)