- Summary:
- Nested |
- Enum Constants |
- Field |
- Method
- Detail:
- Enum Constants |
- Field |
- Method
com.supermap.services.wmts
Enum WMTSExceptionCodeValue
- java.lang.Object
-
- java.lang.Enum<WMTSExceptionCodeValue>
-
- com.supermap.services.wmts.WMTSExceptionCodeValue
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<WMTSExceptionCodeValue>
public enum WMTSExceptionCodeValue extends java.lang.Enum<WMTSExceptionCodeValue>
-
-
Enum Constant Summary
Enum Constants Enum Constant and Description InvaildParameterValueInvalidParameterValueInvalidUpdateSequenceMissingParameterValueNoApplicableCodeOperationNotSupportedPointIJOutofRangeTileOutOfRangeVersionNegotiationFailed
-
Method Summary
Methods Modifier and Type Method and Description static WMTSExceptionCodeValuevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WMTSExceptionCodeValue[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
MissingParameterValue
public static final WMTSExceptionCodeValue MissingParameterValue
-
InvalidParameterValue
public static final WMTSExceptionCodeValue InvalidParameterValue
-
NoApplicableCode
public static final WMTSExceptionCodeValue NoApplicableCode
-
VersionNegotiationFailed
public static final WMTSExceptionCodeValue VersionNegotiationFailed
-
InvalidUpdateSequence
public static final WMTSExceptionCodeValue InvalidUpdateSequence
-
OperationNotSupported
public static final WMTSExceptionCodeValue OperationNotSupported
-
TileOutOfRange
public static final WMTSExceptionCodeValue TileOutOfRange
-
PointIJOutofRange
public static final WMTSExceptionCodeValue PointIJOutofRange
-
InvaildParameterValue
public static final WMTSExceptionCodeValue InvaildParameterValue
-
-
Method Detail
-
values
public static WMTSExceptionCodeValue[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (WMTSExceptionCodeValue c : WMTSExceptionCodeValue.values()) System.out.println(c);- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static WMTSExceptionCodeValue valueOf(java.lang.String name)
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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-
- Summary:
- Nested |
- Enum Constants |
- Field |
- Method
- Detail:
- Enum Constants |
- Field |
- Method