Package org.apache.uima.cas.impl
Class TypeSystemUtils.FeatureParse
- java.lang.Object
-
- org.apache.uima.cas.impl.TypeSystemUtils.TypeSystemParse
-
- org.apache.uima.cas.impl.TypeSystemUtils.FeatureParse
-
- Enclosing class:
- TypeSystemUtils
static class TypeSystemUtils.FeatureParse extends TypeSystemUtils.TypeSystemParse
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name
private TypeSystemUtils.TypeParse
type
-
Constructor Summary
Constructors Constructor Description FeatureParse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Returns the name.TypeSystemUtils.TypeParse
getType()
Returns the type.void
setName(java.lang.String name)
Sets the name.void
setType(TypeSystemUtils.TypeParse type)
Sets the type.-
Methods inherited from class org.apache.uima.cas.impl.TypeSystemUtils.TypeSystemParse
getError, hasError, setError
-
-
-
-
Field Detail
-
type
private TypeSystemUtils.TypeParse type
-
name
private java.lang.String name
-
-
Method Detail
-
getName
public java.lang.String getName()
Returns the name.- Returns:
- String
-
getType
public TypeSystemUtils.TypeParse getType()
Returns the type.- Returns:
- Type
-
setName
public void setName(java.lang.String name)
Sets the name.- Parameters:
name
- The name to set
-
setType
public void setType(TypeSystemUtils.TypeParse type)
Sets the type.- Parameters:
type
- The type to set
-
-