public interface ScriptAttribute
extends org.apache.lucene.util.Attribute
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Get the numeric code for this script value.
|
java.lang.String |
getName()
Get the full name.
|
java.lang.String |
getShortName()
Get the abbreviated name.
|
void |
setCode(int code)
Set the numeric code for this script value.
|
int getCode()
UScript
.void setCode(int code)
UScript
.code
- numeric codejava.lang.String getName()
java.lang.String getShortName()