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
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name
private TypeSystemImpl
ts
-
Constructor Summary
Constructors Constructor Description TypeNameSpaceImpl(java.lang.String name, TypeSystemImpl ts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type
getType(java.lang.String typeName)
-
-
-
Field Detail
-
name
private java.lang.String name
-
ts
private TypeSystemImpl ts
-
-
Constructor Detail
-
TypeNameSpaceImpl
TypeNameSpaceImpl(java.lang.String name, TypeSystemImpl ts)
-
-
Method Detail
-
getType
public Type getType(java.lang.String typeName)
- Specified by:
getType
in interfaceTypeNameSpace
- See Also:
TypeNameSpace.getType(java.lang.String)
-
-