org.picocontainer.behaviors
Class PropertyApplyingTestCase.Primitives
java.lang.Object
org.picocontainer.behaviors.PropertyApplyingTestCase.Primitives
- Enclosing class:
- PropertyApplyingTestCase
public static class PropertyApplyingTestCase.Primitives
- extends Object
Class that contains all types of Java primitives, to test if they are
set correctly.
- Author:
- Mirko Novakovic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
byte_
public byte byte_
short_
public short short_
int_
public int int_
long_
public long long_
float_
public float float_
double_
public double double_
boolean_
public boolean boolean_
char_
public char char_
file_
public File file_
url_
public URL url_
class_
public Class class_
string_
public String string_
PropertyApplyingTestCase.Primitives
public PropertyApplyingTestCase.Primitives()
setClass_
public void setClass_(Class class_)
setString_
public void setString_(String string_)
setBoolean_
public void setBoolean_(boolean boolean_)
setByte_
public void setByte_(byte byte_)
setChar_
public void setChar_(char char_)
setDouble_
public void setDouble_(double double_)
setFloat_
public void setFloat_(float float_)
setInt_
public void setInt_(int int_)
setLong_
public void setLong_(long long_)
setShort_
public void setShort_(short short_)
setFile_
public void setFile_(File file_)
setUrl_
public void setUrl_(URL url_)
Copyright © 2003-2010 Codehaus. All Rights Reserved.