org.stjs.generator.visitor
Class DiscriminatorKey

java.lang.Object
  extended by org.stjs.generator.visitor.DiscriminatorKey

public final class DiscriminatorKey
extends Object


Method Summary
 boolean equals(Object obj)
           
 String getId()
           
 Object getValue()
           
 int hashCode()
           
static DiscriminatorKey of(String id, Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static DiscriminatorKey of(String id,
                                  Object value)

getId

public String getId()

getValue

public Object getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2014. All Rights Reserved.