Uses of Class
com.lyncode.xoai.dataprovider.xml.oaipmh.VerbType
-
Packages that use VerbType Package Description com.lyncode.xoai.dataprovider.core com.lyncode.xoai.dataprovider.xml.oaipmh -
-
Uses of VerbType in com.lyncode.xoai.dataprovider.core
Methods in com.lyncode.xoai.dataprovider.core that return VerbType Modifier and Type Method Description VerbTypeOAIParameters. getVerb() -
Uses of VerbType in com.lyncode.xoai.dataprovider.xml.oaipmh
Fields in com.lyncode.xoai.dataprovider.xml.oaipmh declared as VerbType Modifier and Type Field Description protected VerbTypeRequestType. verbMethods in com.lyncode.xoai.dataprovider.xml.oaipmh 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.dataprovider.xml.oaipmh with parameters of type VerbType Modifier and Type Method Description voidRequestType. setVerb(VerbType value)Sets the value of the verb property.
-