Uses of Enum Class
org.javastro.ivoa.entities.resource.registry.oaipmh.StatusType
Packages that use StatusType
-
Uses of StatusType in org.javastro.ivoa.entities.resource.registry.oaipmh
Fields in org.javastro.ivoa.entities.resource.registry.oaipmh declared as StatusTypeMethods in org.javastro.ivoa.entities.resource.registry.oaipmh that return StatusTypeModifier and TypeMethodDescriptionstatic StatusTypeGets the enum associated to the value passed as parameter.HeaderType.getStatus()Gets the value of the status property.static StatusTypeReturns the enum constant of this class with the specified name.static StatusType[]StatusType.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 StatusTypeModifier and TypeMethodDescriptionvoidHeaderType.setStatus(StatusType value) Sets the value of the status property.HeaderType.withStatus(StatusType value) Constructors in org.javastro.ivoa.entities.resource.registry.oaipmh with parameters of type StatusTypeModifierConstructorDescriptionHeaderType(String identifier, String datestamp, List<String> setSpecs, StatusType status) Fully-initialising value constructor