Enum Class TLcdCSWInspireProfile.Conformance
java.lang.Object
java.lang.Enum<TLcdCSWInspireProfile.Conformance>
com.luciad.ogc.csw.server.profile.TLcdCSWInspireProfile.Conformance
- All Implemented Interfaces:
Serializable
,Comparable<TLcdCSWInspireProfile.Conformance>
,Constable
- Enclosing class:
TLcdCSWInspireProfile
public static enum TLcdCSWInspireProfile.Conformance
extends Enum<TLcdCSWInspireProfile.Conformance>
Enumerates the possible INSPIRE conformance values.
- Since:
- 2017.1
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum object corresponding to the given string.toString()
value()
Returns the string value of the enumeration value.Returns the enum constant of this class with the specified name.static TLcdCSWInspireProfile.Conformance[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CONFORMANT
-
NOT_CONFORMANT
-
NOT_EVALUATED
-
-
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
Returns the string value of the enumeration value.- Returns:
- the string value of the enumeration value
-
toString
- Overrides:
toString
in classEnum<TLcdCSWInspireProfile.Conformance>
-
fromValue
Returns the enum object corresponding to the given string.- Parameters:
aValue
- the string value corresponding to the enum value- Returns:
- the enum object corresponding to the given string
-