|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.htmlb.type.AbstractDataType
com.sapportals.htmlb.type.DataBoolean
Copyright 2004 SAP AG
| Constructor Summary | |
DataBoolean()
|
|
DataBoolean(boolean value)
|
|
DataBoolean(String value)
|
|
| Method Summary | |
int |
compareTo(Object o)
|
String |
getStringValue()
|
DataType |
getType()
gets an instance of the DataType enum class that identifies the DataType. |
boolean |
getValue()
|
String |
getValueAsString()
|
boolean |
isLocaleSpecific()
determines if a DataType is locale specific, i.e. needs formatting of values prior to output. |
void |
setValue(boolean value)
|
void |
setValue(Object value)
sets a value of the DataType. |
void |
setValue(String value)
|
String |
toString()
|
| Methods inherited from class com.sapportals.htmlb.type.AbstractDataType |
dataTypes, getInstance, getValidator, isValid, registerDataType, setValue, toString, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DataBoolean()
public DataBoolean(String value)
public DataBoolean(boolean value)
| Method Detail |
public boolean isLocaleSpecific()
AbstractDataType
isLocaleSpecific in class AbstractDataTypepublic DataType getType()
AbstractDataType
getType in class AbstractDataTypepublic String getStringValue()
public boolean getValue()
public void setValue(String value)
public void setValue(boolean value)
public void setValue(Object value)
AbstractDataType
setValue in class AbstractDataTypevalue - the value in some locale specific formatpublic String toString()
public String getValueAsString()
getValueAsString in class AbstractDataTypepublic int compareTo(Object o)
compareTo in interface Comparable
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||