Uses of Class
jfreerails.controller.ModelRoot.Value

Packages that use ModelRoot.Value
jfreerails.controller Provides classes that may be used by the client or the server to operate on the game world, for example, building trains and stations. 
 

Uses of ModelRoot.Value in jfreerails.controller
 

Methods in jfreerails.controller that return ModelRoot.Value
static ModelRoot.Value ModelRoot.Value.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ModelRoot.Value[] ModelRoot.Value.values()
          Returns an array containing the constants of this enum type, in the order they're declared.