Uses of Class
goldengate.common.state.example.ExampleEnumState.ExampleTransition

Packages that use ExampleEnumState.ExampleTransition
goldengate.common.state.example Classes implementing example of usage of Finite State Machine 
 

Uses of ExampleEnumState.ExampleTransition in goldengate.common.state.example
 

Methods in goldengate.common.state.example that return ExampleEnumState.ExampleTransition
static ExampleEnumState.ExampleTransition ExampleEnumState.ExampleTransition.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExampleEnumState.ExampleTransition[] ExampleEnumState.ExampleTransition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.