org.jcoderz.commons
Interface EnumType

All Superinterfaces:
StrongType
All Known Implementing Classes:
BusinessImpact, Category, Color, HttpConnectionState, JiraState, OutputFormat, RelationType, ReportFormat, ReportInterval, ReportLevel, TaggedColor, TestEnum, TestEnumAsNumeric, TestEnumAsString, TestEnumExpliciteValue, TestEnumWiredText, TestRoles

public interface EnumType
extends StrongType

Interface that is supported by all EnumType classes.

Author:
Andreas Mandel

Method Summary
 int toInt()
          Returns the int representation of this EnumType.
 

Method Detail

toInt

int toInt()
Returns the int representation of this EnumType.

Returns:
the int representation of this EnumType.


Copyright 2007 The jCoderZ Project.