Class Properties.Prop
All Packages    This Package    Previous    Next

Class Properties.Prop

java.lang.Object
   |
   +----Properties.Prop

public class Prop
extends Object
container class for a property

name
name of the property
value
value fo the property

Prop()
default constructor for a Prop
Prop(String, String)
create a Prop with name n and Value v

copy()
return a copy of a Prop
setValue(String)
set the value of a Prop
toString()
Return the string representation of a Prop

name
  public String name
name of the property
value
  public String value
value fo the property

Prop
  public Prop()
default constructor for a Prop

Prop

  public Prop(String n,
              String v)
create a Prop with name n and Value v

toString
  public String toString()
Return the string representation of a Prop
Overrides:
toString in class Object

copy

  public Prop copy()
return a copy of a Prop

setValue

  public void setValue(String v)
set the value of a Prop


All Packages    This Package    Previous    Next