| Constructor and Description |
|---|
DataInfo(String name,
Data data)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Data |
getData()
Returns the data.
|
String |
getName()
Returns the target name.
|
protected DataInfo |
getSelf()
Returns this.
|
getExtern, getKey, getParameterIndex, withExtern, withKey, withParameterIndexpublic DataInfo(String name, Data data)
name - the target namedata - the target dataIllegalArgumentException - if some parameters were nullCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.