Uses of Class
org.apache.cxf.configuration.foo.DrivingDecision

Uses of DrivingDecision in org.apache.cxf.configuration.foo
 

Fields in org.apache.cxf.configuration.foo declared as DrivingDecision
protected  DrivingDecision Foo.driving
           
 

Methods in org.apache.cxf.configuration.foo that return DrivingDecision
static DrivingDecision DrivingDecision.fromValue(java.lang.String v)
           
 DrivingDecision Foo.getDriving()
          Gets the value of the driving property.
static DrivingDecision DrivingDecision.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DrivingDecision[] DrivingDecision.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.cxf.configuration.foo with parameters of type DrivingDecision
 void Foo.setDriving(DrivingDecision value)
          Sets the value of the driving property.
 



Apache CXF