Uses of Enum Class
org.javastro.ivoa.entities.resource.registry.oaipmh.OAIPMHerrorcodeType
Packages that use OAIPMHerrorcodeType
-
Uses of OAIPMHerrorcodeType in org.javastro.ivoa.entities.resource.registry.oaipmh
Fields in org.javastro.ivoa.entities.resource.registry.oaipmh declared as OAIPMHerrorcodeTypeMethods in org.javastro.ivoa.entities.resource.registry.oaipmh that return OAIPMHerrorcodeTypeModifier and TypeMethodDescriptionstatic OAIPMHerrorcodeTypeGets the enum associated to the value passed as parameter.OAIPMHerrorType.getCode()Gets the value of the code property.static OAIPMHerrorcodeTypeReturns the enum constant of this class with the specified name.static OAIPMHerrorcodeType[]OAIPMHerrorcodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type OAIPMHerrorcodeTypeModifier and TypeMethodDescriptionvoidOAIPMHerrorType.setCode(OAIPMHerrorcodeType value) Sets the value of the code property.OAIPMHerrorType.withCode(OAIPMHerrorcodeType value) Constructors in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type OAIPMHerrorcodeTypeModifierConstructorDescriptionOAIPMHerrorType(String value, OAIPMHerrorcodeType code) Fully-initialising value constructor