|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objecturn.icsy.venice.types.basic.PreferenceProperty
public class PreferenceProperty
A property representing some preferences of a service.
| Constructor Summary | |
|---|---|
PreferenceProperty()
|
|
PreferenceProperty(PropertyType type,
java.lang.String name,
java.lang.String displayName,
java.lang.String displayNameLocalization,
java.lang.String value,
java.lang.String defaultValue,
java.lang.String[] options)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDefaultValue()
Gets the defaultValue value for this PreferenceProperty. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getDisplayName()
Gets the displayName value for this PreferenceProperty. |
java.lang.String |
getDisplayNameLocalization()
Gets the displayNameLocalization value for this PreferenceProperty. |
java.lang.String |
getName()
Gets the name value for this PreferenceProperty. |
java.lang.String[] |
getOptions()
Gets the options value for this PreferenceProperty. |
java.lang.String |
getOptions(int i)
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
PropertyType |
getType()
Gets the type value for this PreferenceProperty. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getValue()
Gets the value value for this PreferenceProperty. |
int |
hashCode()
|
void |
setDefaultValue(java.lang.String defaultValue)
Sets the defaultValue value for this PreferenceProperty. |
void |
setDisplayName(java.lang.String displayName)
Sets the displayName value for this PreferenceProperty. |
void |
setDisplayNameLocalization(java.lang.String displayNameLocalization)
Sets the displayNameLocalization value for this PreferenceProperty. |
void |
setName(java.lang.String name)
Sets the name value for this PreferenceProperty. |
void |
setOptions(int i,
java.lang.String _value)
|
void |
setOptions(java.lang.String[] options)
Sets the options value for this PreferenceProperty. |
void |
setType(PropertyType type)
Sets the type value for this PreferenceProperty. |
void |
setValue(java.lang.String value)
Sets the value value for this PreferenceProperty. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreferenceProperty()
public PreferenceProperty(PropertyType type,
java.lang.String name,
java.lang.String displayName,
java.lang.String displayNameLocalization,
java.lang.String value,
java.lang.String defaultValue,
java.lang.String[] options)
| Method Detail |
|---|
public PropertyType getType()
public void setType(PropertyType type)
type - * The type of this property, i.e. string, integer, password,
boolean etc.public java.lang.String getName()
public void setName(java.lang.String name)
name - * The internal name of the property. Should not be shown to end-users.public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName - * The displayable name of the properties. This can be shown to
end-users.public java.lang.String getDisplayNameLocalization()
public void setDisplayNameLocalization(java.lang.String displayNameLocalization)
displayNameLocalization - * The localized diaplay name of the property. This can be shown
to end-users.public java.lang.String getValue()
public void setValue(java.lang.String value)
value - * The current value of the property, i.e. the value a user/admin
has set before.public java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String defaultValue)
defaultValue - * The default value of the property. Can be used to re-set the
current value to a sound one.public java.lang.String[] getOptions()
public void setOptions(java.lang.String[] options)
options - * Additional data according to the type of the property, e.g.
values to choose from for a choice type.public java.lang.String getOptions(int i)
public void setOptions(int i,
java.lang.String _value)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||