/******************************************************************************* * Copyright (c) 2006-2012 * Software Technology Group, Dresden University of Technology * DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026 * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Software Technology Group - TU Dresden, Germany; * DevBoost GmbH - Berlin, Germany * - initial API and implementation ******************************************************************************/ /** * <copyright> * </copyright> * * $Id$ */ package org.oasisopen.names.tc.opendocument.xmlns.presentation; import java.util.Arrays; import java.util.Collections; import java.util.List; import org.eclipse.emf.common.util.Enumerator; /** * <!-- begin-user-doc --> * A representation of the literals of the enumeration '<em><b>Transition Style Type</b></em>', * and utility methods for working with them. * <!-- end-user-doc --> * @see org.oasisopen.names.tc.opendocument.xmlns.presentation.PresentationPackage#getTransitionStyleType() * @model extendedMetaData="name='transition-style_._type'" * @generated */ public enum TransitionStyleType implements Enumerator { /** * The '<em><b>None</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #NONE_VALUE * @generated * @ordered */ NONE(0, "none", "none"), /** * The '<em><b>Fade From Left</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #FADE_FROM_LEFT_VALUE * @generated * @ordered */ FADE_FROM_LEFT(1, "fadeFromLeft", "fade-from-left"), /** * The '<em><b>Fade From Top</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #FADE_FROM_TOP_VALUE * @generated * @ordered */ FADE_FROM_TOP(2, "fadeFromTop", "fade-from-top"), /** * The '<em><b>Fade From Right</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #FADE_FROM_RIGHT_VALUE * @generated * @ordered */ FADE_FROM_RIGHT(3, "fadeFromRight", "fade-from-right"), /** * The '<em><b>Fade From Bottom</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #FADE_FROM_BOTTOM_VALUE * @generated * @ordered */ FADE_FROM_BOTTOM(4, "fadeFromBottom", "fade-from-bottom"), /** * The '<em><b>Fade From Upperleft</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #FADE_FROM_UPPERLEFT_VALUE * @generated * @ordered */ FADE_FROM_UPPERLEFT(5, "fadeFromUpperleft", "fade-from-upperleft"), /** * The '<em><b>Fade From Upperright</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #FADE_FROM_UPPERRIGHT_VALUE * @generated * @ordered */ FADE_FROM_UPPERRIGHT(6, "fadeFromUpperright", "fade-from-upperright"), /** * The '<em><b>Fade From Lowerleft</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #FADE_FROM_LOWERLEFT_VALUE * @generated * @ordered */ FADE_FROM_LOWERLEFT(7, "fadeFromLowerleft", "fade-from-lowerleft"), /** * The '<em><b>Fade From Lowerright</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #FADE_FROM_LOWERRIGHT_VALUE * @generated * @ordered */ FADE_FROM_LOWERRIGHT(8, "fadeFromLowerright", "fade-from-lowerright"), /** * The '<em><b>Move From Left</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #MOVE_FROM_LEFT_VALUE * @generated * @ordered */ MOVE_FROM_LEFT(9, "moveFromLeft", "move-from-left"), /** * The '<em><b>Move From Top</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #MOVE_FROM_TOP_VALUE * @generated * @ordered */ MOVE_FROM_TOP(10, "moveFromTop", "move-from-top"), /** * The '<em><b>Move From Right</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #MOVE_FROM_RIGHT_VALUE * @generated * @ordered */ MOVE_FROM_RIGHT(11, "moveFromRight", "move-from-right"), /** * The '<em><b>Move From Bottom</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #MOVE_FROM_BOTTOM_VALUE * @generated * @ordered */ MOVE_FROM_BOTTOM(12, "moveFromBottom", "move-from-bottom"), /** * The '<em><b>Move From Upperleft</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #MOVE_FROM_UPPERLEFT_VALUE * @generated * @ordered */ MOVE_FROM_UPPERLEFT(13, "moveFromUpperleft", "move-from-upperleft"), /** * The '<em><b>Move From Upperright</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #MOVE_FROM_UPPERRIGHT_VALUE * @generated * @ordered */ MOVE_FROM_UPPERRIGHT(14, "moveFromUpperright", "move-from-upperright"), /** * The '<em><b>Move From Lowerleft</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #MOVE_FROM_LOWERLEFT_VALUE * @generated * @ordered */ MOVE_FROM_LOWERLEFT(15, "moveFromLowerleft", "move-from-lowerleft"), /** * The '<em><b>Move From Lowerright</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #MOVE_FROM_LOWERRIGHT_VALUE * @generated * @ordered */ MOVE_FROM_LOWERRIGHT(16, "moveFromLowerright", "move-from-lowerright"), /** * The '<em><b>Uncover To Left</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #UNCOVER_TO_LEFT_VALUE * @generated * @ordered */ UNCOVER_TO_LEFT(17, "uncoverToLeft", "uncover-to-left"), /** * The '<em><b>Uncover To Top</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #UNCOVER_TO_TOP_VALUE * @generated * @ordered */ UNCOVER_TO_TOP(18, "uncoverToTop", "uncover-to-top"), /** * The '<em><b>Uncover To Right</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #UNCOVER_TO_RIGHT_VALUE * @generated * @ordered */ UNCOVER_TO_RIGHT(19, "uncoverToRight", "uncover-to-right"), /** * The '<em><b>Uncover To Bottom</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #UNCOVER_TO_BOTTOM_VALUE * @generated * @ordered */ UNCOVER_TO_BOTTOM(20, "uncoverToBottom", "uncover-to-bottom"), /** * The '<em><b>Uncover To Upperleft</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #UNCOVER_TO_UPPERLEFT_VALUE * @generated * @ordered */ UNCOVER_TO_UPPERLEFT(21, "uncoverToUpperleft", "uncover-to-upperleft"), /** * The '<em><b>Uncover To Upperright</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #UNCOVER_TO_UPPERRIGHT_VALUE * @generated * @ordered */ UNCOVER_TO_UPPERRIGHT(22, "uncoverToUpperright", "uncover-to-upperright"), /** * The '<em><b>Uncover To Lowerleft</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #UNCOVER_TO_LOWERLEFT_VALUE * @generated * @ordered */ UNCOVER_TO_LOWERLEFT(23, "uncoverToLowerleft", "uncover-to-lowerleft"), /** * The '<em><b>Uncover To Lowerright</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #UNCOVER_TO_LOWERRIGHT_VALUE * @generated * @ordered */ UNCOVER_TO_LOWERRIGHT(24, "uncoverToLowerright", "uncover-to-lowerright"), /** * The '<em><b>Fade To Center</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #FADE_TO_CENTER_VALUE * @generated * @ordered */ FADE_TO_CENTER(25, "fadeToCenter", "fade-to-center"), /** * The '<em><b>Fade From Center</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #FADE_FROM_CENTER_VALUE * @generated * @ordered */ FADE_FROM_CENTER(26, "fadeFromCenter", "fade-from-center"), /** * The '<em><b>Vertical Stripes</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #VERTICAL_STRIPES_VALUE * @generated * @ordered */ VERTICAL_STRIPES(27, "verticalStripes", "vertical-stripes"), /** * The '<em><b>Horizontal Stripes</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #HORIZONTAL_STRIPES_VALUE * @generated * @ordered */ HORIZONTAL_STRIPES(28, "horizontalStripes", "horizontal-stripes"), /** * The '<em><b>Clockwise</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #CLOCKWISE_VALUE * @generated * @ordered */ CLOCKWISE(29, "clockwise", "clockwise"), /** * The '<em><b>Counterclockwise</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #COUNTERCLOCKWISE_VALUE * @generated * @ordered */ COUNTERCLOCKWISE(30, "counterclockwise", "counterclockwise"), /** * The '<em><b>Open Vertical</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #OPEN_VERTICAL_VALUE * @generated * @ordered */ OPEN_VERTICAL(31, "openVertical", "open-vertical"), /** * The '<em><b>Open Horizontal</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #OPEN_HORIZONTAL_VALUE * @generated * @ordered */ OPEN_HORIZONTAL(32, "openHorizontal", "open-horizontal"), /** * The '<em><b>Close Vertical</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #CLOSE_VERTICAL_VALUE * @generated * @ordered */ CLOSE_VERTICAL(33, "closeVertical", "close-vertical"), /** * The '<em><b>Close Horizontal</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #CLOSE_HORIZONTAL_VALUE * @generated * @ordered */ CLOSE_HORIZONTAL(34, "closeHorizontal", "close-horizontal"), /** * The '<em><b>Wavyline From Left</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #WAVYLINE_FROM_LEFT_VALUE * @generated * @ordered */ WAVYLINE_FROM_LEFT(35, "wavylineFromLeft", "wavyline-from-left"), /** * The '<em><b>Wavyline From Top</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #WAVYLINE_FROM_TOP_VALUE * @generated * @ordered */ WAVYLINE_FROM_TOP(36, "wavylineFromTop", "wavyline-from-top"), /** * The '<em><b>Wavyline From Right</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #WAVYLINE_FROM_RIGHT_VALUE * @generated * @ordered */ WAVYLINE_FROM_RIGHT(37, "wavylineFromRight", "wavyline-from-right"), /** * The '<em><b>Wavyline From Bottom</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #WAVYLINE_FROM_BOTTOM_VALUE * @generated * @ordered */ WAVYLINE_FROM_BOTTOM(38, "wavylineFromBottom", "wavyline-from-bottom"), /** * The '<em><b>Spiralin Left</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #SPIRALIN_LEFT_VALUE * @generated * @ordered */ SPIRALIN_LEFT(39, "spiralinLeft", "spiralin-left"), /** * The '<em><b>Spiralin Right</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #SPIRALIN_RIGHT_VALUE * @generated * @ordered */ SPIRALIN_RIGHT(40, "spiralinRight", "spiralin-right"), /** * The '<em><b>Spiralout Left</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #SPIRALOUT_LEFT_VALUE * @generated * @ordered */ SPIRALOUT_LEFT(41, "spiraloutLeft", "spiralout-left"), /** * The '<em><b>Spiralout Right</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #SPIRALOUT_RIGHT_VALUE * @generated * @ordered */ SPIRALOUT_RIGHT(42, "spiraloutRight", "spiralout-right"), /** * The '<em><b>Roll From Top</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #ROLL_FROM_TOP_VALUE * @generated * @ordered */ ROLL_FROM_TOP(43, "rollFromTop", "roll-from-top"), /** * The '<em><b>Roll From Left</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #ROLL_FROM_LEFT_VALUE * @generated * @ordered */ ROLL_FROM_LEFT(44, "rollFromLeft", "roll-from-left"), /** * The '<em><b>Roll From Right</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #ROLL_FROM_RIGHT_VALUE * @generated * @ordered */ ROLL_FROM_RIGHT(45, "rollFromRight", "roll-from-right"), /** * The '<em><b>Roll From Bottom</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #ROLL_FROM_BOTTOM_VALUE * @generated * @ordered */ ROLL_FROM_BOTTOM(46, "rollFromBottom", "roll-from-bottom"), /** * The '<em><b>Stretch From Left</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #STRETCH_FROM_LEFT_VALUE * @generated * @ordered */ STRETCH_FROM_LEFT(47, "stretchFromLeft", "stretch-from-left"), /** * The '<em><b>Stretch From Top</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #STRETCH_FROM_TOP_VALUE * @generated * @ordered */ STRETCH_FROM_TOP(48, "stretchFromTop", "stretch-from-top"), /** * The '<em><b>Stretch From Right</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #STRETCH_FROM_RIGHT_VALUE * @generated * @ordered */ STRETCH_FROM_RIGHT(49, "stretchFromRight", "stretch-from-right"), /** * The '<em><b>Stretch From Bottom</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #STRETCH_FROM_BOTTOM_VALUE * @generated * @ordered */ STRETCH_FROM_BOTTOM(50, "stretchFromBottom", "stretch-from-bottom"), /** * The '<em><b>Vertical Lines</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #VERTICAL_LINES_VALUE * @generated * @ordered */ VERTICAL_LINES(51, "verticalLines", "vertical-lines"), /** * The '<em><b>Horizontal Lines</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #HORIZONTAL_LINES_VALUE * @generated * @ordered */ HORIZONTAL_LINES(52, "horizontalLines", "horizontal-lines"), /** * The '<em><b>Dissolve</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #DISSOLVE_VALUE * @generated * @ordered */ DISSOLVE(53, "dissolve", "dissolve"), /** * The '<em><b>Random</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #RANDOM_VALUE * @generated * @ordered */ RANDOM(54, "random", "random"), /** * The '<em><b>Vertical Checkerboard</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #VERTICAL_CHECKERBOARD_VALUE * @generated * @ordered */ VERTICAL_CHECKERBOARD(55, "verticalCheckerboard", "vertical-checkerboard"), /** * The '<em><b>Horizontal Checkerboard</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #HORIZONTAL_CHECKERBOARD_VALUE * @generated * @ordered */ HORIZONTAL_CHECKERBOARD(56, "horizontalCheckerboard", "horizontal-checkerboard"), /** * The '<em><b>Interlocking Horizontal Left</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #INTERLOCKING_HORIZONTAL_LEFT_VALUE * @generated * @ordered */ INTERLOCKING_HORIZONTAL_LEFT(57, "interlockingHorizontalLeft", "interlocking-horizontal-left"), /** * The '<em><b>Interlocking Horizontal Right</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #INTERLOCKING_HORIZONTAL_RIGHT_VALUE * @generated * @ordered */ INTERLOCKING_HORIZONTAL_RIGHT(58, "interlockingHorizontalRight", "interlocking-horizontal-right"), /** * The '<em><b>Interlocking Vertical Top</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #INTERLOCKING_VERTICAL_TOP_VALUE * @generated * @ordered */ INTERLOCKING_VERTICAL_TOP(59, "interlockingVerticalTop", "interlocking-vertical-top"), /** * The '<em><b>Interlocking Vertical Bottom</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #INTERLOCKING_VERTICAL_BOTTOM_VALUE * @generated * @ordered */ INTERLOCKING_VERTICAL_BOTTOM(60, "interlockingVerticalBottom", "interlocking-vertical-bottom"), /** * The '<em><b>Fly Away</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #FLY_AWAY_VALUE * @generated * @ordered */ FLY_AWAY(61, "flyAway", "fly-away"), /** * The '<em><b>Open</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #OPEN_VALUE * @generated * @ordered */ OPEN(62, "open", "open"), /** * The '<em><b>Close</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #CLOSE_VALUE * @generated * @ordered */ CLOSE(63, "close", "close"), /** * The '<em><b>Melt</b></em>' literal object. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #MELT_VALUE * @generated * @ordered */ MELT(64, "melt", "melt"); /** * The '<em><b>None</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>None</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #NONE * @model name="none" * @generated * @ordered */ public static final int NONE_VALUE = 0; /** * The '<em><b>Fade From Left</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Fade From Left</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #FADE_FROM_LEFT * @model name="fadeFromLeft" literal="fade-from-left" * @generated * @ordered */ public static final int FADE_FROM_LEFT_VALUE = 1; /** * The '<em><b>Fade From Top</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Fade From Top</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #FADE_FROM_TOP * @model name="fadeFromTop" literal="fade-from-top" * @generated * @ordered */ public static final int FADE_FROM_TOP_VALUE = 2; /** * The '<em><b>Fade From Right</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Fade From Right</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #FADE_FROM_RIGHT * @model name="fadeFromRight" literal="fade-from-right" * @generated * @ordered */ public static final int FADE_FROM_RIGHT_VALUE = 3; /** * The '<em><b>Fade From Bottom</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Fade From Bottom</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #FADE_FROM_BOTTOM * @model name="fadeFromBottom" literal="fade-from-bottom" * @generated * @ordered */ public static final int FADE_FROM_BOTTOM_VALUE = 4; /** * The '<em><b>Fade From Upperleft</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Fade From Upperleft</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #FADE_FROM_UPPERLEFT * @model name="fadeFromUpperleft" literal="fade-from-upperleft" * @generated * @ordered */ public static final int FADE_FROM_UPPERLEFT_VALUE = 5; /** * The '<em><b>Fade From Upperright</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Fade From Upperright</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #FADE_FROM_UPPERRIGHT * @model name="fadeFromUpperright" literal="fade-from-upperright" * @generated * @ordered */ public static final int FADE_FROM_UPPERRIGHT_VALUE = 6; /** * The '<em><b>Fade From Lowerleft</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Fade From Lowerleft</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #FADE_FROM_LOWERLEFT * @model name="fadeFromLowerleft" literal="fade-from-lowerleft" * @generated * @ordered */ public static final int FADE_FROM_LOWERLEFT_VALUE = 7; /** * The '<em><b>Fade From Lowerright</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Fade From Lowerright</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #FADE_FROM_LOWERRIGHT * @model name="fadeFromLowerright" literal="fade-from-lowerright" * @generated * @ordered */ public static final int FADE_FROM_LOWERRIGHT_VALUE = 8; /** * The '<em><b>Move From Left</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Move From Left</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #MOVE_FROM_LEFT * @model name="moveFromLeft" literal="move-from-left" * @generated * @ordered */ public static final int MOVE_FROM_LEFT_VALUE = 9; /** * The '<em><b>Move From Top</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Move From Top</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #MOVE_FROM_TOP * @model name="moveFromTop" literal="move-from-top" * @generated * @ordered */ public static final int MOVE_FROM_TOP_VALUE = 10; /** * The '<em><b>Move From Right</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Move From Right</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #MOVE_FROM_RIGHT * @model name="moveFromRight" literal="move-from-right" * @generated * @ordered */ public static final int MOVE_FROM_RIGHT_VALUE = 11; /** * The '<em><b>Move From Bottom</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Move From Bottom</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #MOVE_FROM_BOTTOM * @model name="moveFromBottom" literal="move-from-bottom" * @generated * @ordered */ public static final int MOVE_FROM_BOTTOM_VALUE = 12; /** * The '<em><b>Move From Upperleft</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Move From Upperleft</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #MOVE_FROM_UPPERLEFT * @model name="moveFromUpperleft" literal="move-from-upperleft" * @generated * @ordered */ public static final int MOVE_FROM_UPPERLEFT_VALUE = 13; /** * The '<em><b>Move From Upperright</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Move From Upperright</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #MOVE_FROM_UPPERRIGHT * @model name="moveFromUpperright" literal="move-from-upperright" * @generated * @ordered */ public static final int MOVE_FROM_UPPERRIGHT_VALUE = 14; /** * The '<em><b>Move From Lowerleft</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Move From Lowerleft</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #MOVE_FROM_LOWERLEFT * @model name="moveFromLowerleft" literal="move-from-lowerleft" * @generated * @ordered */ public static final int MOVE_FROM_LOWERLEFT_VALUE = 15; /** * The '<em><b>Move From Lowerright</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Move From Lowerright</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #MOVE_FROM_LOWERRIGHT * @model name="moveFromLowerright" literal="move-from-lowerright" * @generated * @ordered */ public static final int MOVE_FROM_LOWERRIGHT_VALUE = 16; /** * The '<em><b>Uncover To Left</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Uncover To Left</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #UNCOVER_TO_LEFT * @model name="uncoverToLeft" literal="uncover-to-left" * @generated * @ordered */ public static final int UNCOVER_TO_LEFT_VALUE = 17; /** * The '<em><b>Uncover To Top</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Uncover To Top</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #UNCOVER_TO_TOP * @model name="uncoverToTop" literal="uncover-to-top" * @generated * @ordered */ public static final int UNCOVER_TO_TOP_VALUE = 18; /** * The '<em><b>Uncover To Right</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Uncover To Right</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #UNCOVER_TO_RIGHT * @model name="uncoverToRight" literal="uncover-to-right" * @generated * @ordered */ public static final int UNCOVER_TO_RIGHT_VALUE = 19; /** * The '<em><b>Uncover To Bottom</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Uncover To Bottom</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #UNCOVER_TO_BOTTOM * @model name="uncoverToBottom" literal="uncover-to-bottom" * @generated * @ordered */ public static final int UNCOVER_TO_BOTTOM_VALUE = 20; /** * The '<em><b>Uncover To Upperleft</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Uncover To Upperleft</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #UNCOVER_TO_UPPERLEFT * @model name="uncoverToUpperleft" literal="uncover-to-upperleft" * @generated * @ordered */ public static final int UNCOVER_TO_UPPERLEFT_VALUE = 21; /** * The '<em><b>Uncover To Upperright</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Uncover To Upperright</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #UNCOVER_TO_UPPERRIGHT * @model name="uncoverToUpperright" literal="uncover-to-upperright" * @generated * @ordered */ public static final int UNCOVER_TO_UPPERRIGHT_VALUE = 22; /** * The '<em><b>Uncover To Lowerleft</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Uncover To Lowerleft</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #UNCOVER_TO_LOWERLEFT * @model name="uncoverToLowerleft" literal="uncover-to-lowerleft" * @generated * @ordered */ public static final int UNCOVER_TO_LOWERLEFT_VALUE = 23; /** * The '<em><b>Uncover To Lowerright</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Uncover To Lowerright</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #UNCOVER_TO_LOWERRIGHT * @model name="uncoverToLowerright" literal="uncover-to-lowerright" * @generated * @ordered */ public static final int UNCOVER_TO_LOWERRIGHT_VALUE = 24; /** * The '<em><b>Fade To Center</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Fade To Center</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #FADE_TO_CENTER * @model name="fadeToCenter" literal="fade-to-center" * @generated * @ordered */ public static final int FADE_TO_CENTER_VALUE = 25; /** * The '<em><b>Fade From Center</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Fade From Center</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #FADE_FROM_CENTER * @model name="fadeFromCenter" literal="fade-from-center" * @generated * @ordered */ public static final int FADE_FROM_CENTER_VALUE = 26; /** * The '<em><b>Vertical Stripes</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Vertical Stripes</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #VERTICAL_STRIPES * @model name="verticalStripes" literal="vertical-stripes" * @generated * @ordered */ public static final int VERTICAL_STRIPES_VALUE = 27; /** * The '<em><b>Horizontal Stripes</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Horizontal Stripes</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #HORIZONTAL_STRIPES * @model name="horizontalStripes" literal="horizontal-stripes" * @generated * @ordered */ public static final int HORIZONTAL_STRIPES_VALUE = 28; /** * The '<em><b>Clockwise</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Clockwise</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #CLOCKWISE * @model name="clockwise" * @generated * @ordered */ public static final int CLOCKWISE_VALUE = 29; /** * The '<em><b>Counterclockwise</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Counterclockwise</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #COUNTERCLOCKWISE * @model name="counterclockwise" * @generated * @ordered */ public static final int COUNTERCLOCKWISE_VALUE = 30; /** * The '<em><b>Open Vertical</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Open Vertical</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #OPEN_VERTICAL * @model name="openVertical" literal="open-vertical" * @generated * @ordered */ public static final int OPEN_VERTICAL_VALUE = 31; /** * The '<em><b>Open Horizontal</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Open Horizontal</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #OPEN_HORIZONTAL * @model name="openHorizontal" literal="open-horizontal" * @generated * @ordered */ public static final int OPEN_HORIZONTAL_VALUE = 32; /** * The '<em><b>Close Vertical</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Close Vertical</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #CLOSE_VERTICAL * @model name="closeVertical" literal="close-vertical" * @generated * @ordered */ public static final int CLOSE_VERTICAL_VALUE = 33; /** * The '<em><b>Close Horizontal</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Close Horizontal</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #CLOSE_HORIZONTAL * @model name="closeHorizontal" literal="close-horizontal" * @generated * @ordered */ public static final int CLOSE_HORIZONTAL_VALUE = 34; /** * The '<em><b>Wavyline From Left</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Wavyline From Left</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #WAVYLINE_FROM_LEFT * @model name="wavylineFromLeft" literal="wavyline-from-left" * @generated * @ordered */ public static final int WAVYLINE_FROM_LEFT_VALUE = 35; /** * The '<em><b>Wavyline From Top</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Wavyline From Top</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #WAVYLINE_FROM_TOP * @model name="wavylineFromTop" literal="wavyline-from-top" * @generated * @ordered */ public static final int WAVYLINE_FROM_TOP_VALUE = 36; /** * The '<em><b>Wavyline From Right</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Wavyline From Right</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #WAVYLINE_FROM_RIGHT * @model name="wavylineFromRight" literal="wavyline-from-right" * @generated * @ordered */ public static final int WAVYLINE_FROM_RIGHT_VALUE = 37; /** * The '<em><b>Wavyline From Bottom</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Wavyline From Bottom</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #WAVYLINE_FROM_BOTTOM * @model name="wavylineFromBottom" literal="wavyline-from-bottom" * @generated * @ordered */ public static final int WAVYLINE_FROM_BOTTOM_VALUE = 38; /** * The '<em><b>Spiralin Left</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Spiralin Left</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #SPIRALIN_LEFT * @model name="spiralinLeft" literal="spiralin-left" * @generated * @ordered */ public static final int SPIRALIN_LEFT_VALUE = 39; /** * The '<em><b>Spiralin Right</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Spiralin Right</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #SPIRALIN_RIGHT * @model name="spiralinRight" literal="spiralin-right" * @generated * @ordered */ public static final int SPIRALIN_RIGHT_VALUE = 40; /** * The '<em><b>Spiralout Left</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Spiralout Left</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #SPIRALOUT_LEFT * @model name="spiraloutLeft" literal="spiralout-left" * @generated * @ordered */ public static final int SPIRALOUT_LEFT_VALUE = 41; /** * The '<em><b>Spiralout Right</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Spiralout Right</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #SPIRALOUT_RIGHT * @model name="spiraloutRight" literal="spiralout-right" * @generated * @ordered */ public static final int SPIRALOUT_RIGHT_VALUE = 42; /** * The '<em><b>Roll From Top</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Roll From Top</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #ROLL_FROM_TOP * @model name="rollFromTop" literal="roll-from-top" * @generated * @ordered */ public static final int ROLL_FROM_TOP_VALUE = 43; /** * The '<em><b>Roll From Left</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Roll From Left</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #ROLL_FROM_LEFT * @model name="rollFromLeft" literal="roll-from-left" * @generated * @ordered */ public static final int ROLL_FROM_LEFT_VALUE = 44; /** * The '<em><b>Roll From Right</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Roll From Right</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #ROLL_FROM_RIGHT * @model name="rollFromRight" literal="roll-from-right" * @generated * @ordered */ public static final int ROLL_FROM_RIGHT_VALUE = 45; /** * The '<em><b>Roll From Bottom</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Roll From Bottom</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #ROLL_FROM_BOTTOM * @model name="rollFromBottom" literal="roll-from-bottom" * @generated * @ordered */ public static final int ROLL_FROM_BOTTOM_VALUE = 46; /** * The '<em><b>Stretch From Left</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Stretch From Left</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #STRETCH_FROM_LEFT * @model name="stretchFromLeft" literal="stretch-from-left" * @generated * @ordered */ public static final int STRETCH_FROM_LEFT_VALUE = 47; /** * The '<em><b>Stretch From Top</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Stretch From Top</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #STRETCH_FROM_TOP * @model name="stretchFromTop" literal="stretch-from-top" * @generated * @ordered */ public static final int STRETCH_FROM_TOP_VALUE = 48; /** * The '<em><b>Stretch From Right</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Stretch From Right</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #STRETCH_FROM_RIGHT * @model name="stretchFromRight" literal="stretch-from-right" * @generated * @ordered */ public static final int STRETCH_FROM_RIGHT_VALUE = 49; /** * The '<em><b>Stretch From Bottom</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Stretch From Bottom</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #STRETCH_FROM_BOTTOM * @model name="stretchFromBottom" literal="stretch-from-bottom" * @generated * @ordered */ public static final int STRETCH_FROM_BOTTOM_VALUE = 50; /** * The '<em><b>Vertical Lines</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Vertical Lines</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #VERTICAL_LINES * @model name="verticalLines" literal="vertical-lines" * @generated * @ordered */ public static final int VERTICAL_LINES_VALUE = 51; /** * The '<em><b>Horizontal Lines</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Horizontal Lines</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #HORIZONTAL_LINES * @model name="horizontalLines" literal="horizontal-lines" * @generated * @ordered */ public static final int HORIZONTAL_LINES_VALUE = 52; /** * The '<em><b>Dissolve</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Dissolve</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #DISSOLVE * @model name="dissolve" * @generated * @ordered */ public static final int DISSOLVE_VALUE = 53; /** * The '<em><b>Random</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Random</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #RANDOM * @model name="random" * @generated * @ordered */ public static final int RANDOM_VALUE = 54; /** * The '<em><b>Vertical Checkerboard</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Vertical Checkerboard</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #VERTICAL_CHECKERBOARD * @model name="verticalCheckerboard" literal="vertical-checkerboard" * @generated * @ordered */ public static final int VERTICAL_CHECKERBOARD_VALUE = 55; /** * The '<em><b>Horizontal Checkerboard</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Horizontal Checkerboard</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #HORIZONTAL_CHECKERBOARD * @model name="horizontalCheckerboard" literal="horizontal-checkerboard" * @generated * @ordered */ public static final int HORIZONTAL_CHECKERBOARD_VALUE = 56; /** * The '<em><b>Interlocking Horizontal Left</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Interlocking Horizontal Left</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #INTERLOCKING_HORIZONTAL_LEFT * @model name="interlockingHorizontalLeft" literal="interlocking-horizontal-left" * @generated * @ordered */ public static final int INTERLOCKING_HORIZONTAL_LEFT_VALUE = 57; /** * The '<em><b>Interlocking Horizontal Right</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Interlocking Horizontal Right</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #INTERLOCKING_HORIZONTAL_RIGHT * @model name="interlockingHorizontalRight" literal="interlocking-horizontal-right" * @generated * @ordered */ public static final int INTERLOCKING_HORIZONTAL_RIGHT_VALUE = 58; /** * The '<em><b>Interlocking Vertical Top</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Interlocking Vertical Top</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #INTERLOCKING_VERTICAL_TOP * @model name="interlockingVerticalTop" literal="interlocking-vertical-top" * @generated * @ordered */ public static final int INTERLOCKING_VERTICAL_TOP_VALUE = 59; /** * The '<em><b>Interlocking Vertical Bottom</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Interlocking Vertical Bottom</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #INTERLOCKING_VERTICAL_BOTTOM * @model name="interlockingVerticalBottom" literal="interlocking-vertical-bottom" * @generated * @ordered */ public static final int INTERLOCKING_VERTICAL_BOTTOM_VALUE = 60; /** * The '<em><b>Fly Away</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Fly Away</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #FLY_AWAY * @model name="flyAway" literal="fly-away" * @generated * @ordered */ public static final int FLY_AWAY_VALUE = 61; /** * The '<em><b>Open</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Open</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #OPEN * @model name="open" * @generated * @ordered */ public static final int OPEN_VALUE = 62; /** * The '<em><b>Close</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Close</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #CLOSE * @model name="close" * @generated * @ordered */ public static final int CLOSE_VALUE = 63; /** * The '<em><b>Melt</b></em>' literal value. * <!-- begin-user-doc --> * <p> * If the meaning of '<em><b>Melt</b></em>' literal object isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @see #MELT * @model name="melt" * @generated * @ordered */ public static final int MELT_VALUE = 64; /** * An array of all the '<em><b>Transition Style Type</b></em>' enumerators. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ private static final TransitionStyleType[] VALUES_ARRAY = new TransitionStyleType[] { NONE, FADE_FROM_LEFT, FADE_FROM_TOP, FADE_FROM_RIGHT, FADE_FROM_BOTTOM, FADE_FROM_UPPERLEFT, FADE_FROM_UPPERRIGHT, FADE_FROM_LOWERLEFT, FADE_FROM_LOWERRIGHT, MOVE_FROM_LEFT, MOVE_FROM_TOP, MOVE_FROM_RIGHT, MOVE_FROM_BOTTOM, MOVE_FROM_UPPERLEFT, MOVE_FROM_UPPERRIGHT, MOVE_FROM_LOWERLEFT, MOVE_FROM_LOWERRIGHT, UNCOVER_TO_LEFT, UNCOVER_TO_TOP, UNCOVER_TO_RIGHT, UNCOVER_TO_BOTTOM, UNCOVER_TO_UPPERLEFT, UNCOVER_TO_UPPERRIGHT, UNCOVER_TO_LOWERLEFT, UNCOVER_TO_LOWERRIGHT, FADE_TO_CENTER, FADE_FROM_CENTER, VERTICAL_STRIPES, HORIZONTAL_STRIPES, CLOCKWISE, COUNTERCLOCKWISE, OPEN_VERTICAL, OPEN_HORIZONTAL, CLOSE_VERTICAL, CLOSE_HORIZONTAL, WAVYLINE_FROM_LEFT, WAVYLINE_FROM_TOP, WAVYLINE_FROM_RIGHT, WAVYLINE_FROM_BOTTOM, SPIRALIN_LEFT, SPIRALIN_RIGHT, SPIRALOUT_LEFT, SPIRALOUT_RIGHT, ROLL_FROM_TOP, ROLL_FROM_LEFT, ROLL_FROM_RIGHT, ROLL_FROM_BOTTOM, STRETCH_FROM_LEFT, STRETCH_FROM_TOP, STRETCH_FROM_RIGHT, STRETCH_FROM_BOTTOM, VERTICAL_LINES, HORIZONTAL_LINES, DISSOLVE, RANDOM, VERTICAL_CHECKERBOARD, HORIZONTAL_CHECKERBOARD, INTERLOCKING_HORIZONTAL_LEFT, INTERLOCKING_HORIZONTAL_RIGHT, INTERLOCKING_VERTICAL_TOP, INTERLOCKING_VERTICAL_BOTTOM, FLY_AWAY, OPEN, CLOSE, MELT, }; /** * A public read-only list of all the '<em><b>Transition Style Type</b></em>' enumerators. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public static final List<TransitionStyleType> VALUES = Collections.unmodifiableList(Arrays.asList(VALUES_ARRAY)); /** * Returns the '<em><b>Transition Style Type</b></em>' literal with the specified literal value. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public static TransitionStyleType get(String literal) { for (int i = 0; i < VALUES_ARRAY.length; ++i) { TransitionStyleType result = VALUES_ARRAY[i]; if (result.toString().equals(literal)) { return result; } } return null; } /** * Returns the '<em><b>Transition Style Type</b></em>' literal with the specified name. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public static TransitionStyleType getByName(String name) { for (int i = 0; i < VALUES_ARRAY.length; ++i) { TransitionStyleType result = VALUES_ARRAY[i]; if (result.getName().equals(name)) { return result; } } return null; } /** * Returns the '<em><b>Transition Style Type</b></em>' literal with the specified integer value. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public static TransitionStyleType get(int value) { switch (value) { case NONE_VALUE: return NONE; case FADE_FROM_LEFT_VALUE: return FADE_FROM_LEFT; case FADE_FROM_TOP_VALUE: return FADE_FROM_TOP; case FADE_FROM_RIGHT_VALUE: return FADE_FROM_RIGHT; case FADE_FROM_BOTTOM_VALUE: return FADE_FROM_BOTTOM; case FADE_FROM_UPPERLEFT_VALUE: return FADE_FROM_UPPERLEFT; case FADE_FROM_UPPERRIGHT_VALUE: return FADE_FROM_UPPERRIGHT; case FADE_FROM_LOWERLEFT_VALUE: return FADE_FROM_LOWERLEFT; case FADE_FROM_LOWERRIGHT_VALUE: return FADE_FROM_LOWERRIGHT; case MOVE_FROM_LEFT_VALUE: return MOVE_FROM_LEFT; case MOVE_FROM_TOP_VALUE: return MOVE_FROM_TOP; case MOVE_FROM_RIGHT_VALUE: return MOVE_FROM_RIGHT; case MOVE_FROM_BOTTOM_VALUE: return MOVE_FROM_BOTTOM; case MOVE_FROM_UPPERLEFT_VALUE: return MOVE_FROM_UPPERLEFT; case MOVE_FROM_UPPERRIGHT_VALUE: return MOVE_FROM_UPPERRIGHT; case MOVE_FROM_LOWERLEFT_VALUE: return MOVE_FROM_LOWERLEFT; case MOVE_FROM_LOWERRIGHT_VALUE: return MOVE_FROM_LOWERRIGHT; case UNCOVER_TO_LEFT_VALUE: return UNCOVER_TO_LEFT; case UNCOVER_TO_TOP_VALUE: return UNCOVER_TO_TOP; case UNCOVER_TO_RIGHT_VALUE: return UNCOVER_TO_RIGHT; case UNCOVER_TO_BOTTOM_VALUE: return UNCOVER_TO_BOTTOM; case UNCOVER_TO_UPPERLEFT_VALUE: return UNCOVER_TO_UPPERLEFT; case UNCOVER_TO_UPPERRIGHT_VALUE: return UNCOVER_TO_UPPERRIGHT; case UNCOVER_TO_LOWERLEFT_VALUE: return UNCOVER_TO_LOWERLEFT; case UNCOVER_TO_LOWERRIGHT_VALUE: return UNCOVER_TO_LOWERRIGHT; case FADE_TO_CENTER_VALUE: return FADE_TO_CENTER; case FADE_FROM_CENTER_VALUE: return FADE_FROM_CENTER; case VERTICAL_STRIPES_VALUE: return VERTICAL_STRIPES; case HORIZONTAL_STRIPES_VALUE: return HORIZONTAL_STRIPES; case CLOCKWISE_VALUE: return CLOCKWISE; case COUNTERCLOCKWISE_VALUE: return COUNTERCLOCKWISE; case OPEN_VERTICAL_VALUE: return OPEN_VERTICAL; case OPEN_HORIZONTAL_VALUE: return OPEN_HORIZONTAL; case CLOSE_VERTICAL_VALUE: return CLOSE_VERTICAL; case CLOSE_HORIZONTAL_VALUE: return CLOSE_HORIZONTAL; case WAVYLINE_FROM_LEFT_VALUE: return WAVYLINE_FROM_LEFT; case WAVYLINE_FROM_TOP_VALUE: return WAVYLINE_FROM_TOP; case WAVYLINE_FROM_RIGHT_VALUE: return WAVYLINE_FROM_RIGHT; case WAVYLINE_FROM_BOTTOM_VALUE: return WAVYLINE_FROM_BOTTOM; case SPIRALIN_LEFT_VALUE: return SPIRALIN_LEFT; case SPIRALIN_RIGHT_VALUE: return SPIRALIN_RIGHT; case SPIRALOUT_LEFT_VALUE: return SPIRALOUT_LEFT; case SPIRALOUT_RIGHT_VALUE: return SPIRALOUT_RIGHT; case ROLL_FROM_TOP_VALUE: return ROLL_FROM_TOP; case ROLL_FROM_LEFT_VALUE: return ROLL_FROM_LEFT; case ROLL_FROM_RIGHT_VALUE: return ROLL_FROM_RIGHT; case ROLL_FROM_BOTTOM_VALUE: return ROLL_FROM_BOTTOM; case STRETCH_FROM_LEFT_VALUE: return STRETCH_FROM_LEFT; case STRETCH_FROM_TOP_VALUE: return STRETCH_FROM_TOP; case STRETCH_FROM_RIGHT_VALUE: return STRETCH_FROM_RIGHT; case STRETCH_FROM_BOTTOM_VALUE: return STRETCH_FROM_BOTTOM; case VERTICAL_LINES_VALUE: return VERTICAL_LINES; case HORIZONTAL_LINES_VALUE: return HORIZONTAL_LINES; case DISSOLVE_VALUE: return DISSOLVE; case RANDOM_VALUE: return RANDOM; case VERTICAL_CHECKERBOARD_VALUE: return VERTICAL_CHECKERBOARD; case HORIZONTAL_CHECKERBOARD_VALUE: return HORIZONTAL_CHECKERBOARD; case INTERLOCKING_HORIZONTAL_LEFT_VALUE: return INTERLOCKING_HORIZONTAL_LEFT; case INTERLOCKING_HORIZONTAL_RIGHT_VALUE: return INTERLOCKING_HORIZONTAL_RIGHT; case INTERLOCKING_VERTICAL_TOP_VALUE: return INTERLOCKING_VERTICAL_TOP; case INTERLOCKING_VERTICAL_BOTTOM_VALUE: return INTERLOCKING_VERTICAL_BOTTOM; case FLY_AWAY_VALUE: return FLY_AWAY; case OPEN_VALUE: return OPEN; case CLOSE_VALUE: return CLOSE; case MELT_VALUE: return MELT; } return null; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ private final int value; /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ private final String name; /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ private final String literal; /** * Only this class can construct instances. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ private TransitionStyleType(int value, String name, String literal) { this.value = value; this.name = name; this.literal = literal; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public int getValue() { return value; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String getName() { return name; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public String getLiteral() { return literal; } /** * Returns the literal value of the enumerator, which is its string representation. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public String toString() { return literal; } } //TransitionStyleType