Uses of Class
com.lyncode.xoai.serviceprovider.oaipmh.spec.StatusType
-
Packages that use StatusType Package Description com.lyncode.xoai.serviceprovider.oaipmh.spec -
-
Uses of StatusType in com.lyncode.xoai.serviceprovider.oaipmh.spec
Fields in com.lyncode.xoai.serviceprovider.oaipmh.spec declared as StatusType Modifier and Type Field Description protected StatusTypeHeaderType. statusMethods in com.lyncode.xoai.serviceprovider.oaipmh.spec that return StatusType Modifier and Type Method Description static StatusTypeStatusType. fromValue(String v)StatusTypeHeaderType. getStatus()Gets the value of the status property.static StatusTypeStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusType[]StatusType. 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 StatusType Modifier and Type Method Description voidHeaderType. setStatus(StatusType value)Sets the value of the status property.
-