com.cc.framework.common
Interface SimpleEnumType2

All Superinterfaces:
SimpleEnumType
All Known Implementing Classes:
CheckState

public interface SimpleEnumType2
extends SimpleEnumType

An interface for enumerations.

Since:
1.0
Version:
$Revision: 1.11 $
Author:
Harald Schulz

Method Summary
 SimpleEnumType2[] elements()
          Returns an array with all elements of the enumeration
 java.lang.String getKey()
          Returns the internal key
 java.lang.String getValue()
          Returns the internal value
 

Method Detail

elements

public SimpleEnumType2[] elements()
Returns an array with all elements of the enumeration

Returns:
Collection with elements

getKey

public java.lang.String getKey()
Returns the internal key

Returns:
The key

getValue

public java.lang.String getValue()
Returns the internal value

Returns:
the Value


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.