InheritanceTest
Class Accessor

java.lang.Object
  extended by InheritanceTest.Accessor

public class Accessor
extends java.lang.Object


Constructor Summary
Accessor()
           
 
Method Summary
static A getWbyA()
           
static B getWbyB()
           
static X getX()
           
static A getXbyA()
           
static B getXbyB()
           
static Y getY()
           
static A getYbyA()
           
static B getYbyB()
           
static C getYbyC()
           
static A getZbyA()
           
static B getZbyB()
           
static C getZbyC()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Accessor

public Accessor()
Method Detail

getWbyA

public static A getWbyA()

getWbyB

public static B getWbyB()

getXbyA

public static A getXbyA()

getXbyB

public static B getXbyB()

getX

public static X getX()

getYbyA

public static A getYbyA()

getYbyB

public static B getYbyB()

getYbyC

public static C getYbyC()

getY

public static Y getY()

getZbyA

public static A getZbyA()

getZbyB

public static B getZbyB()

getZbyC

public static C getZbyC()