org.ojalgo.type.attribute
Class TypeAttribute.WrappedKey

java.lang.Object
  extended by org.ojalgo.type.attribute.TypeAttribute.WrappedKey
All Implemented Interfaces:
TypeAttribute
Enclosing interface:
TypeAttribute

public static final class TypeAttribute.WrappedKey
extends Object
implements TypeAttribute


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ojalgo.type.attribute.TypeAttribute
TypeAttribute.WrappedKey
 
Field Summary
 
Fields inherited from interface org.ojalgo.type.attribute.TypeAttribute
CONTEXT
 
Method Summary
 boolean equals(Object someObj)
           
 TypeAttribute.WrappedKey getType()
           
 String getTypeKey()
          A 1-character String.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object someObj)
Overrides:
equals in class Object

getType

public TypeAttribute.WrappedKey getType()
Specified by:
getType in interface TypeAttribute

getTypeKey

public String getTypeKey()
Description copied from interface: TypeAttribute
A 1-character String.

Specified by:
getTypeKey in interface TypeAttribute

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object