org.apache.lucene.analysis.tokenattributes
public class TypeAttributeImpl extends AttributeImpl implements TypeAttribute, Cloneable
TypeAttribute
.DEFAULT_TYPE
Constructor and Description |
---|
TypeAttributeImpl()
Initialize this attribute with
TypeAttribute.DEFAULT_TYPE |
TypeAttributeImpl(String type)
Initialize this attribute with
type |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the values in this AttributeImpl and resets it to its
default value.
|
void |
copyTo(AttributeImpl target)
Copies the values from this Attribute into the passed-in
target attribute.
|
boolean |
equals(Object other) |
int |
hashCode() |
void |
setType(String type)
Set the lexical type.
|
String |
type()
Returns this Token's lexical type.
|
clone, reflectAsString, reflectWith
public TypeAttributeImpl()
TypeAttribute.DEFAULT_TYPE
public TypeAttributeImpl(String type)
type
public String type()
TypeAttribute
type
in interface TypeAttribute
TypeAttribute.setType(String)
public void setType(String type)
TypeAttribute
setType
in interface TypeAttribute
TypeAttribute.type()
public void clear()
AttributeImpl
clear
in class AttributeImpl
public void copyTo(AttributeImpl target)
AttributeImpl
copyTo
in class AttributeImpl
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.