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

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

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

Methods in de.mid.innovator.srv2api.icw2meta that return ADRevision
 ADRevision ADReference.getRevision()
          Returns the revision of this reference.
 

Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type ADRevision
 List<ADRevision> ADModel.getOwnedRevision(K_CONTROL_OPTION... behaviourFlags)
          The revisions which are owned by the current object.
 List<ADRevision> ADRevision.getPredecessor()
          Returns the predecessor revisions of this revision.
 List<ADRevision> ADInstanceRevision.getRevision()
          Returns the revisions of this instance revision.
 List<ADRevision> ADRevision.getSuccessor()
          Returns the successor revisions of this revision.