|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.server.sreceiver.PropertyItem
public class PropertyItem
Describe class PropertyItem here. Created: Fri May 18 12:14:03 2007
| Constructor Summary | |
|---|---|
PropertyItem(String name,
Object def_value)
Creates a new PropertyItem instance. |
|
PropertyItem(String name,
String display_name,
Object def_value)
Creates a new PropertyItem instance. |
|
PropertyItem(String name,
String display_name,
Object def_value,
String[] possible_values,
String description)
Creates a new PropertyItem instance. |
|
PropertyItem(String name,
String display_name,
String[] def_values,
String[] possible_values,
String description)
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of description |
String |
getDisplay_name()
Gets the value of display_name |
String |
getName()
Gets the value of name |
String[] |
getPossible_values()
Gets the value of possible_values |
Object |
getValue()
Gets the value of the property |
boolean |
isMultiValue()
|
void |
setDescription(String argDescription)
Sets the value of description |
void |
setDisplay_name(String argDisplay_name)
Sets the value of display_name |
void |
setName(String argName)
Sets the value of name |
void |
setPossible_values(String[] argPossible_values)
Sets the value of possible_values |
void |
setValue(Object argValue)
Sets the value of the property |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyItem(String name,
String display_name,
Object def_value,
String[] possible_values,
String description)
PropertyItem instance.
public PropertyItem(String name,
String display_name,
String[] def_values,
String[] possible_values,
String description)
public PropertyItem(String name,
Object def_value)
PropertyItem instance.
public PropertyItem(String name,
String display_name,
Object def_value)
PropertyItem instance.
| Method Detail |
|---|
public boolean isMultiValue()
public String getName()
public void setName(String argName)
argName - Value to assign to this.namepublic String getDisplay_name()
public void setDisplay_name(String argDisplay_name)
argDisplay_name - Value to assign to this.display_namepublic Object getValue()
public void setValue(Object argValue)
argValue - Value to assign to this.valuepublic String[] getPossible_values()
public void setPossible_values(String[] argPossible_values)
argPossible_values - Value to assign to this.possible_valuespublic String getDescription()
public void setDescription(String argDescription)
argDescription - Value to assign to this.descriptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||