Uses of Class
org.forester.go.GoSubset.Type
-
Packages that use GoSubset.Type Package Description org.forester.go -
-
Uses of GoSubset.Type in org.forester.go
Methods in org.forester.go that return GoSubset.Type Modifier and Type Method Description GoSubset.Type
BasicGoSubset. getType()
GoSubset.Type
GoSubset. getType()
static GoSubset.Type
GoSubset.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GoSubset.Type[]
GoSubset.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.forester.go with parameters of type GoSubset.Type Constructor Description BasicGoSubset(GoSubset.Type type)
-