public static class PropertyApplyingTestCase.Primitives extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
boolean_ |
byte |
byte_ |
char |
char_ |
Class |
class_ |
double |
double_ |
File |
file_ |
float |
float_ |
int |
int_ |
long |
long_ |
short |
short_ |
String |
string_ |
URL |
url_ |
Constructor and Description |
---|
Primitives() |
Modifier and Type | Method and Description |
---|---|
void |
setBoolean_(boolean boolean_) |
void |
setByte_(byte byte_) |
void |
setChar_(char char_) |
void |
setClass_(Class class_) |
void |
setDouble_(double double_) |
void |
setFile_(File file_) |
void |
setFloat_(float float_) |
void |
setInt_(int int_) |
void |
setLong_(long long_) |
void |
setShort_(short short_) |
void |
setString_(String string_) |
void |
setUrl_(URL url_) |
public byte byte_
public short short_
public int int_
public long long_
public float float_
public double double_
public boolean boolean_
public char char_
public Primitives()
public void setString_(String string_)
public void setBoolean_(boolean boolean_)
public void setByte_(byte byte_)
public void setChar_(char char_)
public void setDouble_(double double_)
public void setFloat_(float float_)
public void setInt_(int int_)
public void setLong_(long long_)
public void setShort_(short short_)
Copyright © 2003–2016 Codehaus. All rights reserved.