Package org.ivoa.dm.registry.standard
Enum Class EndorsedVersion_status
- All Implemented Interfaces:
 Serializable,Comparable<EndorsedVersion_status>,Constable
@VoDml(id="StandardsRegExt:EndorsedVersion_status",
       role=enumeration)
public enum EndorsedVersion_status
extends Enum<EndorsedVersion_status>
.
 Enumeration EndorsedVersion_status :
- 
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> - 
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionValue iwd : an internal Working Draft of an IVOA Working Group.Value na : not an IVOA standard or protostandard at this time.Value note : a published IVOA Note.Value pr : an IVOA Proposed Recommendation.Value rec : an IVOA Recommendation.Value wd : an IVOA Working Draft. - 
Method Summary
Modifier and TypeMethodDescriptionstatic final EndorsedVersion_statusReturn the EndorsedVersion_status enum constant corresponding to the given string representation (value)final StringtoString()Return the string representation of this enum constant (value)final Stringvalue()Return the string representation of this enum constant (value)static EndorsedVersion_statusReturns the enum constant of this class with the specified name.static EndorsedVersion_status[]values()Returns an array containing the constants of this enum class, in the order they are declared. 
- 
Enum Constant Details
- 
REC
Value rec : an IVOA Recommendation. - 
PR
Value pr : an IVOA Proposed Recommendation. - 
WD
Value wd : an IVOA Working Draft. - 
IWD
Value iwd : an internal Working Draft of an IVOA Working Group. - 
NOTE
Value note : a published IVOA Note. - 
NA
Value na : not an IVOA standard or protostandard at this time. 
 - 
 - 
Method Details
- 
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
 - an array containing the constants of this enum class, in the order they are declared
 
 - 
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
 name- the name of the enum constant to be returned.- Returns:
 - the enum constant with the specified name
 - Throws:
 IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
 - 
value
Return the string representation of this enum constant (value)- Returns:
 - string representation of this enum constant (value)
 
 - 
toString
Return the string representation of this enum constant (value)- Overrides:
 toStringin classEnum<EndorsedVersion_status>- Returns:
 - string representation of this enum constant (value)
 - See Also:
 
 - 
fromValue
Return the EndorsedVersion_status enum constant corresponding to the given string representation (value)- Parameters:
 v- string representation (value)- Returns:
 - EndorsedVersion_status enum constant
 - Throws:
 IllegalArgumentException- if there is no matching enum constant
 
 -