Uses of Class
org.refcodes.data.Scheme
-
-
Uses of Scheme in org.refcodes.data
Methods in org.refcodes.data that return Scheme Modifier and Type Method Description static SchemeScheme. fromName(java.lang.String aName)Returns thatSchemerepresented by the given name.static SchemeScheme. fromProtocol(java.lang.String aProtocol)Returns thatSchemerepresented by the given protocol.static SchemeScheme. fromScheme(java.lang.String aUrl)Determines theSchemefrom the given URL.static SchemeScheme. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Scheme[]Scheme. values()Returns an array containing the constants of this enum type, in the order they are declared.
-