public class IndexAttribute extends Object
| Constructor and Description |
|---|
IndexAttribute() |
| Modifier and Type | Method and Description |
|---|---|
Attribute.Type |
getAttrType() |
Object |
getAttrValue() |
<T> T |
getAttrValueAs(Class c) |
void |
setAttrType(Attribute.Type attrType) |
void |
setAttrValue(Object attrValue) |
IndexAttribute |
with(Attribute.Type t,
Object v) |
public IndexAttribute with(Attribute.Type t, Object v)
public Attribute.Type getAttrType()
public void setAttrType(Attribute.Type attrType)
public <T> T getAttrValueAs(Class c)
public Object getAttrValue()
public void setAttrValue(Object attrValue)
Copyright © 2017. All rights reserved.