Package com._1c.g5.v8.dt.bp.scheme.model
Enum GraphicalSchemaPrintParameters
- java.lang.Object
-
- java.lang.Enum<GraphicalSchemaPrintParameters>
-
- com._1c.g5.v8.dt.bp.scheme.model.GraphicalSchemaPrintParameters
-
- All Implemented Interfaces:
Serializable
,Comparable<GraphicalSchemaPrintParameters>
,org.eclipse.emf.common.util.Enumerator
public enum GraphicalSchemaPrintParameters extends Enum<GraphicalSchemaPrintParameters> implements org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'Graphical Schema Print Parameters', and utility methods for working with them.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BLACK_AND_WHITE
The 'Black And White' literal object.BOTTOM_MARGIN
The 'Bottom Margin' literal object.COLLATE
The 'Collate' literal object.COPIES
The 'Copies' literal object.DUPLEX_PRINTING
The 'Duplex Printing' literal object.FIT_PAGE_MODE
The 'Fit Page Mode' literal object.FIT_TO_PAGE
The 'Fit To Page' literal object.FOOTER
The 'Footer' literal object.HEADER
The 'Header' literal object.LEFT_MARGIN
The 'Left Margin' literal object.PAGE_MARGIN
The 'Page Margin' literal object.PAGE_ORIENTATION
The 'Page Orientation' literal object.PAPER
The 'Paper' literal object.PAPER_SOURCE
The 'Paper Source' literal object.PER_PAGE
The 'Per Page' literal object.PRINTER
The 'Printer' literal object.RIGHT_MARGIN
The 'Right Margin' literal object.SCALE
The 'Scale' literal object.TOP_MARGIN
The 'Top Margin' literal object.
-
Field Summary
Fields Modifier and Type Field Description static int
BLACK_AND_WHITE_VALUE
The 'Black And White' literal value.static int
BOTTOM_MARGIN_VALUE
The 'Bottom Margin' literal value.static int
COLLATE_VALUE
The 'Collate' literal value.static int
COPIES_VALUE
The 'Copies' literal value.static int
DUPLEX_PRINTING_VALUE
The 'Duplex Printing' literal value.static int
FIT_PAGE_MODE_VALUE
The 'Fit Page Mode' literal value.static int
FIT_TO_PAGE_VALUE
The 'Fit To Page' literal value.static int
FOOTER_VALUE
The 'Footer' literal value.static int
HEADER_VALUE
The 'Header' literal value.static int
LEFT_MARGIN_VALUE
The 'Left Margin' literal value.static int
PAGE_MARGIN_VALUE
The 'Page Margin' literal value.static int
PAGE_ORIENTATION_VALUE
The 'Page Orientation' literal value.static int
PAPER_SOURCE_VALUE
The 'Paper Source' literal value.static int
PAPER_VALUE
The 'Paper' literal value.static int
PER_PAGE_VALUE
The 'Per Page' literal value.static int
PRINTER_VALUE
The 'Printer' literal value.static int
RIGHT_MARGIN_VALUE
The 'Right Margin' literal value.static int
SCALE_VALUE
The 'Scale' literal value.static int
TOP_MARGIN_VALUE
The 'Top Margin' literal value.static List<GraphicalSchemaPrintParameters>
VALUES
A public read-only list of all the 'Graphical Schema Print Parameters' enumerators.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphicalSchemaPrintParameters
get(int value)
Returns the 'Graphical Schema Print Parameters' literal with the specified integer value.static GraphicalSchemaPrintParameters
get(String literal)
Returns the 'Graphical Schema Print Parameters' literal with the specified literal value.static GraphicalSchemaPrintParameters
getByName(String name)
Returns the 'Graphical Schema Print Parameters' literal with the specified name.String
getLiteral()
String
getName()
int
getValue()
String
toString()
Returns the literal value of the enumerator, which is its string representation.static GraphicalSchemaPrintParameters
valueOf(String name)
Returns the enum constant of this type with the specified name.static GraphicalSchemaPrintParameters[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PAPER
public static final GraphicalSchemaPrintParameters PAPER
The 'Paper' literal object.- See Also:
PAPER_VALUE
-
PAGE_ORIENTATION
public static final GraphicalSchemaPrintParameters PAGE_ORIENTATION
The 'Page Orientation' literal object.- See Also:
PAGE_ORIENTATION_VALUE
-
SCALE
public static final GraphicalSchemaPrintParameters SCALE
The 'Scale' literal object.- See Also:
SCALE_VALUE
-
COLLATE
public static final GraphicalSchemaPrintParameters COLLATE
The 'Collate' literal object.- See Also:
COLLATE_VALUE
-
COPIES
public static final GraphicalSchemaPrintParameters COPIES
The 'Copies' literal object.- See Also:
COPIES_VALUE
-
PER_PAGE
public static final GraphicalSchemaPrintParameters PER_PAGE
The 'Per Page' literal object.- See Also:
PER_PAGE_VALUE
-
TOP_MARGIN
public static final GraphicalSchemaPrintParameters TOP_MARGIN
The 'Top Margin' literal object.- See Also:
TOP_MARGIN_VALUE
-
LEFT_MARGIN
public static final GraphicalSchemaPrintParameters LEFT_MARGIN
The 'Left Margin' literal object.- See Also:
LEFT_MARGIN_VALUE
-
BOTTOM_MARGIN
public static final GraphicalSchemaPrintParameters BOTTOM_MARGIN
The 'Bottom Margin' literal object.- See Also:
BOTTOM_MARGIN_VALUE
-
RIGHT_MARGIN
public static final GraphicalSchemaPrintParameters RIGHT_MARGIN
The 'Right Margin' literal object.- See Also:
RIGHT_MARGIN_VALUE
-
HEADER
public static final GraphicalSchemaPrintParameters HEADER
The 'Header' literal object.- See Also:
HEADER_VALUE
-
FOOTER
public static final GraphicalSchemaPrintParameters FOOTER
The 'Footer' literal object.- See Also:
FOOTER_VALUE
-
FIT_TO_PAGE
public static final GraphicalSchemaPrintParameters FIT_TO_PAGE
The 'Fit To Page' literal object.- See Also:
FIT_TO_PAGE_VALUE
-
BLACK_AND_WHITE
public static final GraphicalSchemaPrintParameters BLACK_AND_WHITE
The 'Black And White' literal object.- See Also:
BLACK_AND_WHITE_VALUE
-
PRINTER
public static final GraphicalSchemaPrintParameters PRINTER
The 'Printer' literal object.- See Also:
PRINTER_VALUE
-
PAPER_SOURCE
public static final GraphicalSchemaPrintParameters PAPER_SOURCE
The 'Paper Source' literal object.- See Also:
PAPER_SOURCE_VALUE
-
FIT_PAGE_MODE
public static final GraphicalSchemaPrintParameters FIT_PAGE_MODE
The 'Fit Page Mode' literal object.- See Also:
FIT_PAGE_MODE_VALUE
-
DUPLEX_PRINTING
public static final GraphicalSchemaPrintParameters DUPLEX_PRINTING
The 'Duplex Printing' literal object.- See Also:
DUPLEX_PRINTING_VALUE
-
PAGE_MARGIN
public static final GraphicalSchemaPrintParameters PAGE_MARGIN
The 'Page Margin' literal object.- See Also:
PAGE_MARGIN_VALUE
-
-
Field Detail
-
PAPER_VALUE
public static final int PAPER_VALUE
The 'Paper' literal value.- See Also:
PAPER
, Constant Field Values
-
PAGE_ORIENTATION_VALUE
public static final int PAGE_ORIENTATION_VALUE
The 'Page Orientation' literal value.- See Also:
PAGE_ORIENTATION
, Constant Field Values
-
SCALE_VALUE
public static final int SCALE_VALUE
The 'Scale' literal value.- See Also:
SCALE
, Constant Field Values
-
COLLATE_VALUE
public static final int COLLATE_VALUE
The 'Collate' literal value.- See Also:
COLLATE
, Constant Field Values
-
COPIES_VALUE
public static final int COPIES_VALUE
The 'Copies' literal value.- See Also:
COPIES
, Constant Field Values
-
PER_PAGE_VALUE
public static final int PER_PAGE_VALUE
The 'Per Page' literal value.- See Also:
PER_PAGE
, Constant Field Values
-
TOP_MARGIN_VALUE
public static final int TOP_MARGIN_VALUE
The 'Top Margin' literal value.- See Also:
TOP_MARGIN
, Constant Field Values
-
LEFT_MARGIN_VALUE
public static final int LEFT_MARGIN_VALUE
The 'Left Margin' literal value.- See Also:
LEFT_MARGIN
, Constant Field Values
-
BOTTOM_MARGIN_VALUE
public static final int BOTTOM_MARGIN_VALUE
The 'Bottom Margin' literal value.- See Also:
BOTTOM_MARGIN
, Constant Field Values
-
RIGHT_MARGIN_VALUE
public static final int RIGHT_MARGIN_VALUE
The 'Right Margin' literal value.- See Also:
RIGHT_MARGIN
, Constant Field Values
-
HEADER_VALUE
public static final int HEADER_VALUE
The 'Header' literal value.- See Also:
HEADER
, Constant Field Values
-
FOOTER_VALUE
public static final int FOOTER_VALUE
The 'Footer' literal value.- See Also:
FOOTER
, Constant Field Values
-
FIT_TO_PAGE_VALUE
public static final int FIT_TO_PAGE_VALUE
The 'Fit To Page' literal value.- See Also:
FIT_TO_PAGE
, Constant Field Values
-
BLACK_AND_WHITE_VALUE
public static final int BLACK_AND_WHITE_VALUE
The 'Black And White' literal value.- See Also:
BLACK_AND_WHITE
, Constant Field Values
-
PRINTER_VALUE
public static final int PRINTER_VALUE
The 'Printer' literal value.- See Also:
PRINTER
, Constant Field Values
-
PAPER_SOURCE_VALUE
public static final int PAPER_SOURCE_VALUE
The 'Paper Source' literal value.- See Also:
PAPER_SOURCE
, Constant Field Values
-
FIT_PAGE_MODE_VALUE
public static final int FIT_PAGE_MODE_VALUE
The 'Fit Page Mode' literal value.- See Also:
FIT_PAGE_MODE
, Constant Field Values
-
DUPLEX_PRINTING_VALUE
public static final int DUPLEX_PRINTING_VALUE
The 'Duplex Printing' literal value.- See Also:
DUPLEX_PRINTING
, Constant Field Values
-
PAGE_MARGIN_VALUE
public static final int PAGE_MARGIN_VALUE
The 'Page Margin' literal value.- See Also:
PAGE_MARGIN
, Constant Field Values
-
VALUES
public static final List<GraphicalSchemaPrintParameters> VALUES
A public read-only list of all the 'Graphical Schema Print Parameters' enumerators.
-
-
Method Detail
-
values
public static GraphicalSchemaPrintParameters[] 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 (GraphicalSchemaPrintParameters c : GraphicalSchemaPrintParameters.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GraphicalSchemaPrintParameters 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
-
get
public static GraphicalSchemaPrintParameters get(String literal)
Returns the 'Graphical Schema Print Parameters' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
public static GraphicalSchemaPrintParameters getByName(String name)
Returns the 'Graphical Schema Print Parameters' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
public static GraphicalSchemaPrintParameters get(int value)
Returns the 'Graphical Schema Print Parameters' literal with the specified integer value.- Parameters:
value
- the integer value.- Returns:
- the matching enumerator or
null
.
-
getValue
public int getValue()
- Specified by:
getValue
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
public String getLiteral()
- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
public String toString()
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<GraphicalSchemaPrintParameters>
-
-