Package org.apache.uima.cas.impl
Class TypeNameSpaceImpl
- java.lang.Object
-
- org.apache.uima.cas.impl.TypeNameSpaceImpl
-
- All Implemented Interfaces:
TypeNameSpace
public class TypeNameSpaceImpl extends java.lang.Object implements TypeNameSpace
- See Also:
TypeNameSpace
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type
getType(java.lang.String typeName)
-
-
-
Method Detail
-
getType
public Type getType(java.lang.String typeName)
- Specified by:
getType
in interfaceTypeNameSpace
- See Also:
TypeNameSpace.getType(java.lang.String)
-
-