this.name = name; this.value = value;
return javax.ejb.ActivationConfigProperty.class;
return javax.ejb.ActivationConfigProperty.class.getName();
return name;
return value;
return "ActivationConfigPropertyImpl:name=" + name + ", value=" + value;