Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core
Class JpaStructureNode.ContextType

java.lang.Object
  extended by org.eclipse.jpt.jpa.core.JpaStructureNode.ContextType
Enclosing interface:
JpaStructureNode

public static final class JpaStructureNode.ContextType
extends Object

Type used to identify a JPA structure node's type with respect to the structure node's context (i.e. its type in the scope of the JPA platform that created the structure node and the structure node's resource).


Constructor Summary
JpaStructureNode.ContextType(JpaStructureNode node)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JpaStructureNode.ContextType

public JpaStructureNode.ContextType(JpaStructureNode node)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.