Package com._1c.g5.v8.dt.bp.scheme.model
Enum Class GraphicalSchemaPrintParameters
java.lang.Object
java.lang.Enum<GraphicalSchemaPrintParameters>
com._1c.g5.v8.dt.bp.scheme.model.GraphicalSchemaPrintParameters
- All Implemented Interfaces:
Serializable
,Comparable<GraphicalSchemaPrintParameters>
,Constable
,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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe 'Black And White' literal object.The 'Bottom Margin' literal object.The 'Collate' literal object.The 'Copies' literal object.The 'Duplex Printing' literal object.The 'Fit Page Mode' literal object.The 'Fit To Page' literal object.The 'Footer' literal object.The 'Header' literal object.The 'Left Margin' literal object.The 'Page Margin' literal object.The 'Page Orientation' literal object.The 'Paper' literal object.The 'Paper Source' literal object.The 'Per Page' literal object.The 'Printer' literal object.The 'Right Margin' literal object.The 'Scale' literal object.The 'Top Margin' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Black And White' literal value.static final int
The 'Bottom Margin' literal value.static final int
The 'Collate' literal value.static final int
The 'Copies' literal value.static final int
The 'Duplex Printing' literal value.static final int
The 'Fit Page Mode' literal value.static final int
The 'Fit To Page' literal value.static final int
The 'Footer' literal value.static final int
The 'Header' literal value.static final int
The 'Left Margin' literal value.static final int
The 'Page Margin' literal value.static final int
The 'Page Orientation' literal value.static final int
The 'Paper Source' literal value.static final int
The 'Paper' literal value.static final int
The 'Per Page' literal value.static final int
The 'Printer' literal value.static final int
The 'Right Margin' literal value.static final int
The 'Scale' literal value.static final int
The 'Top Margin' literal value.static final List<GraphicalSchemaPrintParameters>
A public read-only list of all the 'Graphical Schema Print Parameters' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionget
(int value) Returns the 'Graphical Schema Print Parameters' literal with the specified integer value.Returns the 'Graphical Schema Print Parameters' literal with the specified literal value.Returns the 'Graphical Schema Print Parameters' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.Returns the enum constant of this class with the specified name.static GraphicalSchemaPrintParameters[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PAPER
The 'Paper' literal object.- See Also:
-
PAGE_ORIENTATION
The 'Page Orientation' literal object.- See Also:
-
SCALE
The 'Scale' literal object.- See Also:
-
COLLATE
The 'Collate' literal object.- See Also:
-
COPIES
The 'Copies' literal object.- See Also:
-
PER_PAGE
The 'Per Page' literal object.- See Also:
-
TOP_MARGIN
The 'Top Margin' literal object.- See Also:
-
LEFT_MARGIN
The 'Left Margin' literal object.- See Also:
-
BOTTOM_MARGIN
The 'Bottom Margin' literal object.- See Also:
-
RIGHT_MARGIN
The 'Right Margin' literal object.- See Also:
-
HEADER
The 'Header' literal object.- See Also:
-
FOOTER
The 'Footer' literal object.- See Also:
-
FIT_TO_PAGE
The 'Fit To Page' literal object.- See Also:
-
BLACK_AND_WHITE
The 'Black And White' literal object.- See Also:
-
PRINTER
The 'Printer' literal object.- See Also:
-
PAPER_SOURCE
The 'Paper Source' literal object.- See Also:
-
FIT_PAGE_MODE
The 'Fit Page Mode' literal object.- See Also:
-
DUPLEX_PRINTING
The 'Duplex Printing' literal object.- See Also:
-
PAGE_MARGIN
The 'Page Margin' literal object.- See Also:
-
-
Field Details
-
PAPER_VALUE
public static final int PAPER_VALUEThe 'Paper' literal value.- See Also:
-
PAGE_ORIENTATION_VALUE
public static final int PAGE_ORIENTATION_VALUEThe 'Page Orientation' literal value.- See Also:
-
SCALE_VALUE
public static final int SCALE_VALUEThe 'Scale' literal value.- See Also:
-
COLLATE_VALUE
public static final int COLLATE_VALUEThe 'Collate' literal value.- See Also:
-
COPIES_VALUE
public static final int COPIES_VALUEThe 'Copies' literal value.- See Also:
-
PER_PAGE_VALUE
public static final int PER_PAGE_VALUEThe 'Per Page' literal value.- See Also:
-
TOP_MARGIN_VALUE
public static final int TOP_MARGIN_VALUEThe 'Top Margin' literal value.- See Also:
-
LEFT_MARGIN_VALUE
public static final int LEFT_MARGIN_VALUEThe 'Left Margin' literal value.- See Also:
-
BOTTOM_MARGIN_VALUE
public static final int BOTTOM_MARGIN_VALUEThe 'Bottom Margin' literal value.- See Also:
-
RIGHT_MARGIN_VALUE
public static final int RIGHT_MARGIN_VALUEThe 'Right Margin' literal value.- See Also:
-
HEADER_VALUE
public static final int HEADER_VALUEThe 'Header' literal value.- See Also:
-
FOOTER_VALUE
public static final int FOOTER_VALUEThe 'Footer' literal value.- See Also:
-
FIT_TO_PAGE_VALUE
public static final int FIT_TO_PAGE_VALUEThe 'Fit To Page' literal value.- See Also:
-
BLACK_AND_WHITE_VALUE
public static final int BLACK_AND_WHITE_VALUEThe 'Black And White' literal value.- See Also:
-
PRINTER_VALUE
public static final int PRINTER_VALUEThe 'Printer' literal value.- See Also:
-
PAPER_SOURCE_VALUE
public static final int PAPER_SOURCE_VALUEThe 'Paper Source' literal value.- See Also:
-
FIT_PAGE_MODE_VALUE
public static final int FIT_PAGE_MODE_VALUEThe 'Fit Page Mode' literal value.- See Also:
-
DUPLEX_PRINTING_VALUE
public static final int DUPLEX_PRINTING_VALUEThe 'Duplex Printing' literal value.- See Also:
-
PAGE_MARGIN_VALUE
public static final int PAGE_MARGIN_VALUEThe 'Page Margin' literal value.- See Also:
-
VALUES
A public read-only list of all the 'Graphical Schema Print Parameters' enumerators.
-
-
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
-
get
Returns the 'Graphical Schema Print Parameters' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
Returns the 'Graphical Schema Print Parameters' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
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
- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<GraphicalSchemaPrintParameters>
-