Uses of Class
story.scheherazade.misc.InterpValidationErrorType

Packages that use InterpValidationErrorType
story.scheherazade.elements   
story.scheherazade.misc   
 

Uses of InterpValidationErrorType in story.scheherazade.elements
 

Methods in story.scheherazade.elements that return InterpValidationErrorType
 InterpValidationErrorType InterpValidationError.getErrorType()
           
 

Constructors in story.scheherazade.elements with parameters of type InterpValidationErrorType
InterpValidationError(InterpValidationErrorType errorType, InterpElement interpElement)
           
 

Uses of InterpValidationErrorType in story.scheherazade.misc
 

Fields in story.scheherazade.misc declared as InterpValidationErrorType
static InterpValidationErrorType InterpValidationErrorType.NoContent
           
static InterpValidationErrorType InterpValidationErrorType.NoDrain
           
static InterpValidationErrorType InterpValidationErrorType.NoInterpretation
           
 

Methods in story.scheherazade.misc that return InterpValidationErrorType
static InterpValidationErrorType InterpValidationErrorType.get(int number)
          Return the corresponding InterpValidationErrorType for the given Unique ID (see getUniqueID).
static InterpValidationErrorType InterpValidationErrorType.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 



Copyright © 2011 David K. Elson. All Rights Reserved.