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.Stringnameprivate TypeSystemUtils.TypeParsetype
-
Constructor Summary
Constructors Constructor Description FeatureParse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name.TypeSystemUtils.TypeParsegetType()Returns the type.voidsetName(java.lang.String name)Sets the name.voidsetType(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
-
-