protected void addFields(){
FieldImpl field = null;
}
protected void addMethods(){
MethodImpl method = null;
method = new MethodImpl(this, "value");
method.addModifierBits(32);
method.setReturnTypeName("java.lang.String");
//method.addMetaData("null", new String[]{});
method = new MethodImpl(this, "argNames");
method.addModifierBits(32);
method.setReturnTypeName("java.lang.String");
//method.addMetaData("null", new String[]{});
}