|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Value
| Method Summary | |
|---|---|
java.lang.Double |
getDouble()
|
java.lang.Long |
getLong()
|
long |
getType()
Getter method. |
java.lang.Long |
getTypeL()
Getter method. |
java.lang.String |
getTypeName()
|
java.lang.String |
getValue()
Getter method. |
boolean |
isDouble()
|
boolean |
isLong()
|
void |
setRawValue(java.lang.String value)
This setter method cares about conversion from database String
formats and should only be used during load. |
void |
setType(long t)
Setter method. |
void |
setType(java.lang.String conceptualDatatypeName)
|
void |
setTypeL(java.lang.Long t)
Setter method. |
void |
setValue(java.lang.String v)
Setter method. |
| Methods inherited from interface edu.udo.cs.miningmart.m4.ParameterObject |
|---|
addParameterReference, getParameterReferences, removeParameterReference |
| Methods inherited from interface edu.udo.cs.miningmart.m4.GraphicalM4Object |
|---|
getPoint, setPoint |
| Methods inherited from interface edu.udo.cs.miningmart.m4.M4Data |
|---|
deleteSoon, getDocumentation, getValidName, isDirty, isWaitingForDelete, setDocumentation |
| Methods inherited from interface edu.udo.cs.miningmart.m4.M4Object |
|---|
doPrint, doPrint, equals, executeBusinessSingleValueSqlRead, executeBusinessSingleValueSqlReadL, executeBusinessSqlRead, executeBusinessSqlWrite, executeM4SingleValueSqlRead, executeM4SingleValueSqlReadL, executeM4SqlRead, executeM4SqlWrite, getCasePrintObject, getId, getM4Db, getM4ObjectFromCache, getName, getNextM4SequenceValue, isNew, load, print, putM4ObjectToCache, replaceSpacesInName, setId, setName, setNotNew |
| Method Detail |
|---|
void setType(long t)
t - the new typevoid setTypeL(java.lang.Long t)
t - the new typelong getType()
java.lang.Long getTypeL()
void setValue(java.lang.String v)
v - the new value
void setType(java.lang.String conceptualDatatypeName)
throws M4Exception
M4Exception
java.lang.String getTypeName()
throws M4Exception
M4Exceptionvoid setRawValue(java.lang.String value)
String
formats and should only be used during load. The value type needs to be set
already!
value - the value in database String representationjava.lang.String getValue()
boolean isLong()
boolean isDouble()
java.lang.Long getLong()
java.lang.Double getDouble()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||