public static enum SupportedPointFormatsExtension.ECPointFormat extends Enum<SupportedPointFormatsExtension.ECPointFormat>
| Enum Constant and Description |
|---|
ANSIX962_COMPRESSED_CHAR2 |
ANSIX962_COMPRESSED_PRIME |
UNCOMPRESSED |
| Modifier and Type | Method and Description |
|---|---|
static SupportedPointFormatsExtension.ECPointFormat |
getECPointFormatById(int id) |
int |
getId() |
String |
toString() |
static SupportedPointFormatsExtension.ECPointFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedPointFormatsExtension.ECPointFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupportedPointFormatsExtension.ECPointFormat UNCOMPRESSED
public static final SupportedPointFormatsExtension.ECPointFormat ANSIX962_COMPRESSED_PRIME
public static final SupportedPointFormatsExtension.ECPointFormat ANSIX962_COMPRESSED_CHAR2
public static SupportedPointFormatsExtension.ECPointFormat[] values()
for (SupportedPointFormatsExtension.ECPointFormat c : SupportedPointFormatsExtension.ECPointFormat.values()) System.out.println(c);
public static SupportedPointFormatsExtension.ECPointFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getId()
public String toString()
toString in class Enum<SupportedPointFormatsExtension.ECPointFormat>public static SupportedPointFormatsExtension.ECPointFormat getECPointFormatById(int id)
Copyright © 2023 Eclipse Foundation. All rights reserved.