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.ParsingError
error
-
Constructor Summary
Constructors Modifier Constructor Description protected
TypeSystemParse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) TypeSystemUtils.ParsingError
getError()
Returns the error.(package private) boolean
hasError()
(package private) void
setError(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
-
-