Uses of Class
de.mid.innovator.srv2api.icw2elem.ARG_MemberSpecification

Packages that use ARG_MemberSpecification
de.mid.innovator.srv2api.icw2elem   
 

Uses of ARG_MemberSpecification in de.mid.innovator.srv2api.icw2elem
 

Fields in de.mid.innovator.srv2api.icw2elem with type parameters of type ARG_MemberSpecification
 List<ARG_MemberSpecification> ARG_OwnedMemberPath.seqSpecification
           
 

Method parameters in de.mid.innovator.srv2api.icw2elem with type arguments of type ARG_MemberSpecification
<T extends ELNamespaceAsgnAble>
List<T>
ELNamespaceAble.getOwnedMemberByPath(Class<T> returnType, List<ARG_MemberSpecification> seqSpecification)
          The specified owned members.
 

Constructor parameters in de.mid.innovator.srv2api.icw2elem with type arguments of type ARG_MemberSpecification
ARG_OwnedMemberPath(List<ARG_MemberSpecification> seqSpecification)