public class PropertyItem extends Object
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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() |
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 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.descriptionCopyright © 2018 "Tigase, Inc.". All rights reserved.