Constructor and Description |
---|
Param() |
Param(Object value) |
Param(Object value,
int index) |
Param(Object value,
Object valueAs,
String name) |
Param(Object value,
Object valueAs,
String name,
int index) |
Param(Object value,
String name) |
Param(Object value,
String name,
int index) |
Modifier and Type | Method and Description |
---|---|
Param[] |
asArray() |
boolean |
equals(Object obj) |
int |
getIndex() |
String |
getName() |
Object |
getValue() |
Object |
getValueAs()
get the value converted when there is one, otherwise the original value.
|
int |
hashCode() |
boolean |
isArray() |
boolean |
isCollection() |
void |
setIndex(int index) |
String |
toString() |
public Param()
public Object getValueAs()
public int getIndex()
public void setIndex(int index)
public boolean isArray()
public boolean isCollection()
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.