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