Package org.apache.uima.cas.impl
Class TypeSystemUtils.TypeSystemParse
- java.lang.Object
-
- org.apache.uima.cas.impl.TypeSystemUtils.TypeSystemParse
-
- Direct Known Subclasses:
TypeSystemUtils.FeatureParse,TypeSystemUtils.NameSpaceParse,TypeSystemUtils.TypeParse
- Enclosing class:
- TypeSystemUtils
abstract static class TypeSystemUtils.TypeSystemParse extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private TypeSystemUtils.ParsingErrorerror
-
Constructor Summary
Constructors Modifier Constructor Description protectedTypeSystemParse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) TypeSystemUtils.ParsingErrorgetError()Returns the error.(package private) booleanhasError()(package private) voidsetError(TypeSystemUtils.ParsingError error)Sets the error.
-
-
-
Field Detail
-
error
private TypeSystemUtils.ParsingError error
-
-
Method Detail
-
hasError
boolean hasError()
-
getError
TypeSystemUtils.ParsingError getError()
Returns the error.- Returns:
- ParsingError
-
setError
void setError(TypeSystemUtils.ParsingError error)
Sets the error.- Parameters:
error- The error to set
-
-