Uses of Class
com.lyncode.xoai.dataprovider.xml.oaipmh.StatusType
-
Packages that use StatusType Package Description com.lyncode.xoai.dataprovider.xml.oaipmh -
-
Uses of StatusType in com.lyncode.xoai.dataprovider.xml.oaipmh
Fields in com.lyncode.xoai.dataprovider.xml.oaipmh declared as StatusType Modifier and Type Field Description protected StatusTypeHeaderType. statusMethods in com.lyncode.xoai.dataprovider.xml.oaipmh 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.dataprovider.xml.oaipmh with parameters of type StatusType Modifier and Type Method Description voidHeaderType. setStatus(StatusType value)Sets the value of the status property.
-