Package mondrian.util
Class StringKey
- java.lang.Object
-
- mondrian.util.StringKey
-
- Direct Known Subclasses:
ConnectionKey
,SchemaContentKey
public abstract class StringKey extends java.lang.Object
Type-safe value that contains an immutable string. Two instances are the same if they have identical type and contain equal strings.
-
-
Constructor Summary
Constructors Constructor Description StringKey(java.lang.String value)
Creates a StringKey.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-