|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
Method Detail |
public void setType(long t)
t
- the new typepublic void setTypeL(java.lang.Long t)
t
- the new typepublic long getType()
public java.lang.Long getTypeL()
public void setValue(java.lang.String v)
v
- the new valuepublic void setType(java.lang.String conceptualDatatypeName) throws M4Exception
M4Exception
public java.lang.String getTypeName() throws M4Exception
M4Exception
public void 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
representationpublic java.lang.String getValue()
public boolean isLong()
public boolean isDouble()
public java.lang.Long getLong()
public java.lang.Double getDouble()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |