Uses of Class
com.croftsoft.apps.exemplar.ExemplarMessage.Type

Packages that use ExemplarMessage.Type
com.croftsoft.apps.exemplar Exemplar template code for interactive animated games and simulations. 
 

Uses of ExemplarMessage.Type in com.croftsoft.apps.exemplar
 

Methods in com.croftsoft.apps.exemplar that return ExemplarMessage.Type
 ExemplarMessage.Type ExemplarMessage.getType()
           
static ExemplarMessage.Type ExemplarMessage.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExemplarMessage.Type[] ExemplarMessage.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.croftsoft.apps.exemplar with parameters of type ExemplarMessage.Type
ExemplarMessage(ExemplarMessage.Type type)
           
ExemplarMessage(ExemplarMessage.Type type, Object content)
           
 


CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)