Uses of Class
com.lyncode.xoai.dataprovider.xml.oaipmh.OAIPMHerrorcodeType
-
Packages that use OAIPMHerrorcodeType Package Description com.lyncode.xoai.dataprovider.xml.oaipmh -
-
Uses of OAIPMHerrorcodeType in com.lyncode.xoai.dataprovider.xml.oaipmh
Fields in com.lyncode.xoai.dataprovider.xml.oaipmh declared as OAIPMHerrorcodeType Modifier and Type Field Description protected OAIPMHerrorcodeTypeOAIPMHerrorType. codeMethods in com.lyncode.xoai.dataprovider.xml.oaipmh that return OAIPMHerrorcodeType Modifier and Type Method Description static OAIPMHerrorcodeTypeOAIPMHerrorcodeType. fromValue(String v)OAIPMHerrorcodeTypeOAIPMHerrorType. getCode()Gets the value of the code property.static OAIPMHerrorcodeTypeOAIPMHerrorcodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static OAIPMHerrorcodeType[]OAIPMHerrorcodeType. 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 OAIPMHerrorcodeType Modifier and Type Method Description voidOAIPMHerrorType. setCode(OAIPMHerrorcodeType value)Sets the value of the code property.
-