| Modifier and Type | Field and Description |
|---|---|
static FieldString |
NAME |
static StructDef<NdAnnotationValuePair> |
type |
static FieldOneToOne<NdConstant> |
VALUE |
| Constructor and Description |
|---|
NdAnnotationValuePair(Nd nd,
long address) |
| Modifier and Type | Method and Description |
|---|---|
IString |
getName() |
NdConstant |
getValue()
Returns the value of this annotation or null if none
|
void |
setName(char[] name) |
void |
setValue(NdConstant value) |
getAddress, getDB, getNdpublic static final FieldString NAME
public static final FieldOneToOne<NdConstant> VALUE
public static final StructDef<NdAnnotationValuePair> type
public NdAnnotationValuePair(Nd nd, long address)
public IString getName()
public void setName(char[] name)
public NdConstant getValue()
public void setValue(NdConstant value)