Package uk.ac.starlink.ttools.taplint
Enum DatalinkCode
- All Implemented Interfaces:
Serializable
,Comparable<DatalinkCode>
,java.lang.constant.Constable
,ReportCode
Enumerates known ReportCode instances for Datalink validation.
- Since:
- 27 Nov 2017
- Author:
- Mark Taylor
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns a short textual description of the use of this code.Returns a reference to the standards document to which this code refers, if applicable.getLabel()
Returns the 4-character label of this code.Returns an indication of the location within the standards document to which this code refers.getType()
Returns the type of this code.static DatalinkCode
Returns the enum constant of this type with the specified name.static DatalinkCode[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
E_BFLT
-
E_BVOT
-
E_CQCO
-
E_DCER
-
E_DLCT
-
E_DRCT
-
E_DRER
-
E_DRID
-
E_DRR1
-
E_DRS0
-
E_DRSI
-
E_DRUR
-
E_DSTD
-
E_ENVO
-
E_ERDC
-
E_IDSQ
-
E_LKAZ
-
E_PSNS
-
E_RCOL
-
E_RTYP
-
E_RUCD
-
E_RUNI
-
E_SAC0
-
E_SACB
-
E_SARF
-
E_SMCO
-
E_TDSR
-
E_URES
-
E_UTAB
-
E_VTCT
-
E_VTSX
-
F_UNEX
-
I_CQCU
-
I_DLNR
-
I_DLVR
-
I_EXCL
-
I_GEDL
-
I_IKAC
-
I_IKER
-
I_IKSD
-
I_RNTY
-
I_SDDF
-
I_SDDO
-
I_SDPR
-
I_SMCU
-
W_CQCO
-
W_DLCT
-
W_DRCT
-
W_MTAB
-
W_NOCT
-
W_PIDU
-
W_PSDU
-
W_QERR
-
W_SAVV
-
W_SDND
-
W_SMCO
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getType
Description copied from interface:ReportCode
Returns the type of this code.- Specified by:
getType
in interfaceReportCode
- Returns:
- type
-
getLabel
Description copied from interface:ReportCode
Returns the 4-character label of this code.- Specified by:
getLabel
in interfaceReportCode
- Returns:
- 4-character label
-
getDescription
Returns a short textual description of the use of this code. It may not be very precise; if the message put through the reporting system is available, that should be used in preference.- Returns:
- description
-
getDocument
Returns a reference to the standards document to which this code refers, if applicable.- Returns:
- standards document reference, or null if inapplicable or unknown
-
getSection
Returns an indication of the location within the standards document to which this code refers.- Returns:
- standards document section name/number/etc, or null if inapplicable or unknown
-