Package org.apache.uima.cas.impl
Class TypeSystemUtils.TypeParse
java.lang.Object
org.apache.uima.cas.impl.TypeSystemUtils.TypeSystemParse
org.apache.uima.cas.impl.TypeSystemUtils.TypeParse
- Enclosing class:
TypeSystemUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) String
getName()
(package private) TypeSystemUtils.NameSpaceParse
(package private) boolean
void
Sets the name.void
setNameSpace
(TypeSystemUtils.NameSpaceParse nameSpace) Sets the nameSpace.Methods inherited from class org.apache.uima.cas.impl.TypeSystemUtils.TypeSystemParse
getError, hasError, setError
-
Field Details
-
name
-
nameSpace
-
-
Constructor Details
-
TypeParse
TypeParse() -
TypeParse
TypeParse(String name)
-
-
Method Details
-
isQualified
boolean isQualified() -
getName
String getName() -
getNameSpace
TypeSystemUtils.NameSpaceParse getNameSpace() -
setName
Sets the name.- Parameters:
name
- The name to set
-
setNameSpace
Sets the nameSpace.- Parameters:
nameSpace
- The nameSpace to set
-