Get the name attribute.returna String value return name;
String
return name;
Get the type attribute.returna String value return type;
return type;
Get the value attribute.returna String value return value;
return value;
Set the name attribute.paramname a String value this.name = name;
this.name = name;
Set the type attribute.paramtype a String value this.type = type;
this.type = type;
Set the value attribute.paramvalue a String value this.value = value;
this.value = value;