com.aspose.slides
Class Enumerate

java.lang.Object
  extended by com.aspose.slides.Enumerate
All Implemented Interfaces:
java.lang.Comparable
Direct Known Subclasses:
AudioPlayModePresetEx, AudioVolumeModeEx, AutoShapeTypeEx, BackgroundTypeEx, BehaviorAccumulateTypeEx, BehaviorAdditiveTypeEx, BevelColorModeEx, BevelPresetTypeEx, BlackWhiteModeEx, BulletTypeEx, CameraPresetTypeEx, ColorDirectionEx, ColorSchemeIndexEx, ColorSpaceEx, ColorTransformOperationEx, ColorTypeEx, CommandEffectTypeEx, DrawingControlDecisionEx, EffectFillTypeEx, EffectPresetClassTypeEx, EffectRestartTypeEx, EffectSubtypeEx, EffectTriggerTypeEx, EffectTypeEx, FillBlendModeEx, FillTypeEx, FilterEffectRevealTypeEx, FilterEffectSubtypeEx, FilterEffectTypeEx, FontAlignmentEx, FontCollectionIndexEx, GeometryGuideOperationEx, GradientDirectionEx, GradientShapeEx, GradientStyleEx, ImageTransformOperationTypeEx, LightingDirectionEx, LightRigPresetTypeEx, LineAlignmentEx, LineArrowheadLengthEx, LineArrowheadStyleEx, LineArrowheadWidthEx, LineCapStyleEx, LineDashStyleEx, LineJoinStyle, LineJoinStyleEx, LineStyleEx, MaterialPresetTypeEx, MotionCommandPathTypeEx, MotionOriginTypeEx, MotionPathEditModeEx, MotionPathPointsTypeEx, NullableBool, NumberedBulletStyleEx, OleFollowColorScheme, OrientationEx, PatternStyleEx, PdfCompliance, PdfTextCompression, PictureFillModeEx, PlaceholderSizeEx, PlaceholderTypeEx, PresetColorEx, PresetShadowTypeEx, PropertyCalcModeTypeEx, PropertyTypeEx, PropertyValueTypeEx, RectangleAlignmentEx, SaveFormat, SchemeColorEx, ShapeTypeEx, SlideLayoutTypeEx, SlideOrienationEx, SlideSizeTypeEx, SystemColorEx, TableStylePresetEx, TextAlignmentEx, TextAnchorTypeEx, TextAutofitTypeEx, TextCapTypeEx, TextHorizontalOverflowTypeEx, TextShapeTypeEx, TextStrikethroughTypeEx, TextUnderlineTypeEx, TextVerticalOverflowTypeEx, TextVerticalTypeEx, TileFlipEx, VideoPlayModePresetEx, ZOrderCmdEx

public abstract class Enumerate
extends java.lang.Object
implements java.lang.Comparable

Abstract enumeration class.


Method Summary
 int compareTo(java.lang.Object o)
           
 boolean equals(java.lang.Object obj)
           
 int getId()
          Returns integer value of an enumeration.
 java.lang.String getName()
          Returns text representation of an enumeration.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public int getId()
Returns integer value of an enumeration.


getName

public java.lang.String getName()
Returns text representation of an enumeration.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable