de.uni_paderborn.fujaba.codegen
Class OOCollectionEnum

java.lang.Object
  extended byde.uni_paderborn.fujaba.codegen.OOCollectionEnum
All Implemented Interfaces:
java.lang.Comparable

public class OOCollectionEnum
extends java.lang.Object
implements java.lang.Comparable

Class OOCollectionEnum

Version:
$Revision: 1.13 $
Author:
$Author: schneider $

Field Summary
static OOCollectionEnum HASHTABLE
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum ITERATOR
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum KEY_VALUE_PAIR
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum LIST
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum LIST_ITERATOR
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum MAP
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum MULTI_MAP
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum SET
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum SORTED_MAP
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum SORTED_MULTI_MAP
          No comment provided by developer, please add a comment to improve documentation.
static OOCollectionEnum TREESET
          No comment provided by developer, please add a comment to improve documentation.
 
Method Summary
 int compareTo(java.lang.Object other)
          No comment provided by developer, please add a comment to improve documentation.
 boolean equals(java.lang.Object other)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

KEY_VALUE_PAIR

public static final OOCollectionEnum KEY_VALUE_PAIR
No comment provided by developer, please add a comment to improve documentation.


LIST_ITERATOR

public static final OOCollectionEnum LIST_ITERATOR
No comment provided by developer, please add a comment to improve documentation.


ITERATOR

public static final OOCollectionEnum ITERATOR
No comment provided by developer, please add a comment to improve documentation.


HASHTABLE

public static final OOCollectionEnum HASHTABLE
No comment provided by developer, please add a comment to improve documentation.


SET

public static final OOCollectionEnum SET
No comment provided by developer, please add a comment to improve documentation.


LIST

public static final OOCollectionEnum LIST
No comment provided by developer, please add a comment to improve documentation.


MAP

public static final OOCollectionEnum MAP
No comment provided by developer, please add a comment to improve documentation.


MULTI_MAP

public static final OOCollectionEnum MULTI_MAP
No comment provided by developer, please add a comment to improve documentation.


TREESET

public static final OOCollectionEnum TREESET
No comment provided by developer, please add a comment to improve documentation.


SORTED_MAP

public static final OOCollectionEnum SORTED_MAP
No comment provided by developer, please add a comment to improve documentation.


SORTED_MULTI_MAP

public static final OOCollectionEnum SORTED_MULTI_MAP
No comment provided by developer, please add a comment to improve documentation.

Method Detail

equals

public boolean equals(java.lang.Object other)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
other - No description provided
Returns:
No description provided

compareTo

public int compareTo(java.lang.Object other)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
compareTo in interface java.lang.Comparable
Parameters:
other - No description provided
Returns:
No description provided

toString

public java.lang.String toString()
Returns:
short string representation of current object