aspoev.manager.schema
Class Context

java.lang.Object
  extended byaspoev.manager.schema.Context
Direct Known Subclasses:
TypeContext

public abstract class Context
extends java.lang.Object


Field Summary
protected  java.util.HashMap contextTypeMap
           
 
Constructor Summary
protected Context()
           
 
Method Summary
 void addType(TypeReferenceElement newType)
           
 TypeReferenceElement getContextType(TypeReferenceElement type)
           
 void setContextType(TypeReferenceElement type)
           
abstract  boolean withinContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contextTypeMap

protected java.util.HashMap contextTypeMap
Constructor Detail

Context

protected Context()
Method Detail

addType

public void addType(TypeReferenceElement newType)

withinContext

public abstract boolean withinContext()

getContextType

public TypeReferenceElement getContextType(TypeReferenceElement type)

setContextType

public void setContextType(TypeReferenceElement type)