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_WHITEThe 'Black And White' literal object.BOTTOM_MARGINThe 'Bottom Margin' literal object.COLLATEThe 'Collate' literal object.COPIESThe 'Copies' literal object.DUPLEX_PRINTINGThe 'Duplex Printing' literal object.FIT_PAGE_MODEThe 'Fit Page Mode' literal object.FIT_TO_PAGEThe 'Fit To Page' literal object.FOOTERThe 'Footer' literal object.HEADERThe 'Header' literal object.LEFT_MARGINThe 'Left Margin' literal object.PAGE_MARGINThe 'Page Margin' literal object.PAGE_ORIENTATIONThe 'Page Orientation' literal object.PAPERThe 'Paper' literal object.PAPER_SOURCEThe 'Paper Source' literal object.PER_PAGEThe 'Per Page' literal object.PRINTERThe 'Printer' literal object.RIGHT_MARGINThe 'Right Margin' literal object.SCALEThe 'Scale' literal object.TOP_MARGINThe 'Top Margin' literal object.
-
Field Summary
Fields Modifier and Type Field Description static intBLACK_AND_WHITE_VALUEThe 'Black And White' literal value.static intBOTTOM_MARGIN_VALUEThe 'Bottom Margin' literal value.static intCOLLATE_VALUEThe 'Collate' literal value.static intCOPIES_VALUEThe 'Copies' literal value.static intDUPLEX_PRINTING_VALUEThe 'Duplex Printing' literal value.static intFIT_PAGE_MODE_VALUEThe 'Fit Page Mode' literal value.static intFIT_TO_PAGE_VALUEThe 'Fit To Page' literal value.static intFOOTER_VALUEThe 'Footer' literal value.static intHEADER_VALUEThe 'Header' literal value.static intLEFT_MARGIN_VALUEThe 'Left Margin' literal value.static intPAGE_MARGIN_VALUEThe 'Page Margin' literal value.static intPAGE_ORIENTATION_VALUEThe 'Page Orientation' literal value.static intPAPER_SOURCE_VALUEThe 'Paper Source' literal value.static intPAPER_VALUEThe 'Paper' literal value.static intPER_PAGE_VALUEThe 'Per Page' literal value.static intPRINTER_VALUEThe 'Printer' literal value.static intRIGHT_MARGIN_VALUEThe 'Right Margin' literal value.static intSCALE_VALUEThe 'Scale' literal value.static intTOP_MARGIN_VALUEThe 'Top Margin' literal value.static List<GraphicalSchemaPrintParameters>VALUESA 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 GraphicalSchemaPrintParametersget(int value)Returns the 'Graphical Schema Print Parameters' literal with the specified integer value.static GraphicalSchemaPrintParametersget(String literal)Returns the 'Graphical Schema Print Parameters' literal with the specified literal value.static GraphicalSchemaPrintParametersgetByName(String name)Returns the 'Graphical Schema Print Parameters' literal with the specified name.StringgetLiteral()StringgetName()intgetValue()StringtoString()Returns the literal value of the enumerator, which is its string representation.static GraphicalSchemaPrintParametersvalueOf(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:
getValuein interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
public String getLiteral()
- Specified by:
getLiteralin interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
public String toString()
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toStringin classEnum<GraphicalSchemaPrintParameters>
-
-