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

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

Uses of ExampleEnumState in goldengate.common.state.example
 

Fields in goldengate.common.state.example with type parameters of type ExampleEnumState
 Transition<ExampleEnumState> ExampleEnumState.ExampleTransition.elt
           
 

Methods in goldengate.common.state.example that return ExampleEnumState
static ExampleEnumState ExampleEnumState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExampleEnumState[] ExampleEnumState.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.