org.eclipse.stardust.common
Class IntKey
java.lang.Object
org.eclipse.stardust.common.IntKey
- All Implemented Interfaces:
- Serializable, Comparable
public class IntKey
- extends Object
- implements Serializable, Comparable
- Version:
- $Revision$
- Author:
- ubirkemeyer
- See Also:
- Serialized Form
IntKey
public IntKey(int id,
String defaultName)
getValue
public int getValue()
toString
public String toString()
- Overrides:
toString in class Object
getName
public String getName()
equals
public boolean equals(Object obj)
-
- Overrides:
equals in class Object
hashCode
public int hashCode()
-
- Overrides:
hashCode in class Object
getKeys
public static Collection getKeys(Class type)
getKey
public static IntKey getKey(Class type,
int id)
compareTo
public int compareTo(Object rhs)
- Specified by:
compareTo in interface Comparable
Copyright © 2017 Eclipse Stardust. All Rights Reserved.