Package org.apache.tuscany.sca.vtest.javaapi.annotations.reference

Examples of org.apache.tuscany.sca.vtest.javaapi.annotations.reference.BService


    public String getB12Name() {
        return b12.getName();
    }
   
    public String getB13Name(int i) {
      BService b = (BService) b13.get(i);
        return b.getName();
    }
View Full Code Here


      BService b = (BService) b13.get(i);
        return b.getName();
    }
   
    public String getB14Name(int i) {
      BService b = (BService) b14.get(i);
        return b.getName();
    }
View Full Code Here

    public String getB12Name() {
        return b12.getName();
    }
   
    public String getB13Name(int i) {
      BService b = (BService) b13.get(i);
        return b.getName();
    }
View Full Code Here

      BService b = (BService) b13.get(i);
        return b.getName();
    }
   
    public String getB14Name(int i) {
      BService b = (BService) b14.get(i);
        return b.getName();
    }
View Full Code Here

    public String getB12Name() {
        return b12.getName();
    }
   
    public String getB13Name(int i) {
      BService b = (BService) b13.get(i);
        return b.getName();
    }
View Full Code Here

      BService b = (BService) b13.get(i);
        return b.getName();
    }
   
    public String getB14Name(int i) {
      BService b = (BService) b14.get(i);
        return b.getName();
    }
View Full Code Here

TOP

Related Classes of org.apache.tuscany.sca.vtest.javaapi.annotations.reference.BService

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.