Uses of Class
org.forester.go.GoNameSpace.GoNamespaceType
-
Packages that use GoNameSpace.GoNamespaceType Package Description org.forester.go -
-
Uses of GoNameSpace.GoNamespaceType in org.forester.go
Methods in org.forester.go that return GoNameSpace.GoNamespaceType Modifier and Type Method Description GoNameSpace.GoNamespaceTypeGoNameSpace. getType()static GoNameSpace.GoNamespaceTypeGoNameSpace.GoNamespaceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GoNameSpace.GoNamespaceType[]GoNameSpace.GoNamespaceType. 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 GoNameSpace.GoNamespaceType Constructor Description GoNameSpace(GoNameSpace.GoNamespaceType type)
-