Package net.webpdf.wsclient.openapi
Enum OperationUrlConverterPage.MetricsEnum
- java.lang.Object
-
- java.lang.Enum<OperationUrlConverterPage.MetricsEnum>
-
- net.webpdf.wsclient.openapi.OperationUrlConverterPage.MetricsEnum
-
- All Implemented Interfaces:
Serializable,Comparable<OperationUrlConverterPage.MetricsEnum>
- Enclosing class:
- OperationUrlConverterPage
public static enum OperationUrlConverterPage.MetricsEnum extends Enum<OperationUrlConverterPage.MetricsEnum>
Unit for the X-axis/Y-axis position and signature field height and width arguments: * pt = Points(1/72 inch) * pc = Picas(12 points) * px = Pixels(1/96 inch) * mm = Millimeters * in = Inches
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperationUrlConverterPage.MetricsEnumfromValue(String value)StringgetValue()StringtoString()static OperationUrlConverterPage.MetricsEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static OperationUrlConverterPage.MetricsEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PT
public static final OperationUrlConverterPage.MetricsEnum PT
-
PC
public static final OperationUrlConverterPage.MetricsEnum PC
-
PX
public static final OperationUrlConverterPage.MetricsEnum PX
-
MM
public static final OperationUrlConverterPage.MetricsEnum MM
-
IN
public static final OperationUrlConverterPage.MetricsEnum IN
-
-
Method Detail
-
values
public static OperationUrlConverterPage.MetricsEnum[] 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 (OperationUrlConverterPage.MetricsEnum c : OperationUrlConverterPage.MetricsEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OperationUrlConverterPage.MetricsEnum valueOf(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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<OperationUrlConverterPage.MetricsEnum>
-
fromValue
public static OperationUrlConverterPage.MetricsEnum fromValue(String value)
-
-