Uses of Class
com.lyncode.xoai.serviceprovider.oaipmh.spec.VerbType
-
Packages that use VerbType Package Description com.lyncode.xoai.serviceprovider.oaipmh.spec -
-
Uses of VerbType in com.lyncode.xoai.serviceprovider.oaipmh.spec
Fields in com.lyncode.xoai.serviceprovider.oaipmh.spec declared as VerbType Modifier and Type Field Description protected VerbTypeRequestType. verbMethods in com.lyncode.xoai.serviceprovider.oaipmh.spec that return VerbType Modifier and Type Method Description static VerbTypeVerbType. fromValue(String v)VerbTypeRequestType. getVerb()Gets the value of the verb property.static VerbTypeVerbType. valueOf(String name)Returns the enum constant of this type with the specified name.static VerbType[]VerbType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.lyncode.xoai.serviceprovider.oaipmh.spec with parameters of type VerbType Modifier and Type Method Description voidRequestType. setVerb(VerbType value)Sets the value of the verb property.
-