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 StatusTypeFields in org.javastro.ivoa.entities.resource.registry.oaipmh with type parameters of type StatusTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<HeaderType,StatusType> HeaderType.PropInfo.STATUSMethods 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.Modifier.setStatus(StatusType status) voidHeaderType.setStatus(StatusType value) Sets the value of the status property.HeaderType.Builder.withStatus(StatusType status) Sets the new value of "status" (any previous value will be replaced)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