|
Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository 11g Release 1 (11.1.1) E16598-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.flashline.registry.openapi.entity.SettingValue
public class SettingValue
Contains the actual value for the specified setting.
| Constructor Summary | |
|---|---|
SettingValue() |
|
SettingValue(boolean booleanValue, SettingsDescriptor descriptor, double doubleValue, boolean _false, float floatValue, int intValue, java.util.Calendar loadTime, long longValue, SettingsSection section, boolean _true, java.lang.String value) |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj) |
SettingsDescriptor |
getDescriptor()Gets the descriptor value for this SettingValue. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Deserializer |
double |
getDoubleValue()Gets the doubleValue value for this SettingValue. |
float |
getFloatValue()Gets the floatValue value for this SettingValue. |
int |
getIntValue()Gets the intValue value for this SettingValue. |
java.util.Calendar |
getLoadTime()Gets the loadTime value for this SettingValue. |
long |
getLongValue()Gets the longValue value for this SettingValue. |
SettingsSection |
getSection()Gets the section value for this SettingValue. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()Return type metadata object |
java.lang.String |
getValue()Gets the value value for this SettingValue. |
int |
hashCode() |
boolean |
is_false()Gets the _false value for this SettingValue. |
boolean |
is_true()Gets the _true value for this SettingValue. |
boolean |
isBooleanValue()Gets the booleanValue value for this SettingValue. |
void |
set_false(boolean _false)Sets the _false value for this SettingValue. |
void |
set_true(boolean _true)Sets the _true value for this SettingValue. |
void |
setBooleanValue(boolean booleanValue)Sets the booleanValue value for this SettingValue. |
void |
setDescriptor(SettingsDescriptor descriptor)Sets the descriptor value for this SettingValue. |
void |
setDoubleValue(double doubleValue)Sets the doubleValue value for this SettingValue. |
void |
setFloatValue(float floatValue)Sets the floatValue value for this SettingValue. |
void |
setIntValue(int intValue)Sets the intValue value for this SettingValue. |
void |
setLoadTime(java.util.Calendar loadTime)Sets the loadTime value for this SettingValue. |
void |
setLongValue(long longValue)Sets the longValue value for this SettingValue. |
void |
setSection(SettingsSection section)Sets the section value for this SettingValue. |
void |
setValue(java.lang.String value)Sets the value value for this SettingValue. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SettingValue()
public SettingValue(boolean booleanValue,
SettingsDescriptor descriptor,
double doubleValue,
boolean _false,
float floatValue,
int intValue,
java.util.Calendar loadTime,
long longValue,
SettingsSection section,
boolean _true,
java.lang.String value)
| Method Detail |
|---|
public boolean isBooleanValue()
public void setBooleanValue(boolean booleanValue)
booleanValue -public SettingsDescriptor getDescriptor()
public void setDescriptor(SettingsDescriptor descriptor)
descriptor -public double getDoubleValue()
public void setDoubleValue(double doubleValue)
doubleValue -public boolean is_false()
public void set_false(boolean _false)
_false -public float getFloatValue()
public void setFloatValue(float floatValue)
floatValue -public int getIntValue()
public void setIntValue(int intValue)
intValue -public java.util.Calendar getLoadTime()
public void setLoadTime(java.util.Calendar loadTime)
loadTime -public long getLongValue()
public void setLongValue(long longValue)
longValue -public SettingsSection getSection()
public void setSection(SettingsSection section)
section -public boolean is_true()
public void set_true(boolean _true)
_true -public java.lang.String getValue()
public void setValue(java.lang.String value)
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)
|
Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository 11g Release 1 (11.1.1) E16598-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||