org.objectweb.jorm.facility.meminst.genclass.api
Interface UserIEValue
- All Known Implementing Classes:
- CollectionElem
- public interface UserIEValue
- Author:
- P. D?chamboux
getBooleanValue
public boolean getBooleanValue()
throws PExceptionTyping
getByteValue
public byte getByteValue()
throws PExceptionTyping
getShortValue
public short getShortValue()
throws PExceptionTyping
getIntValue
public int getIntValue()
throws PExceptionTyping
getLongValue
public long getLongValue()
throws PExceptionTyping
getFloatValue
public float getFloatValue()
throws PExceptionTyping
getDoubleValue
public double getDoubleValue()
throws PExceptionTyping
getCharValue
public char getCharValue()
throws PExceptionTyping
getStringValue
public java.lang.String getStringValue()
throws PExceptionTyping
getDateValue
public java.util.Date getDateValue()
throws PExceptionTyping
getSerializedValue
public java.io.Serializable getSerializedValue()
throws PExceptionTyping
getRefValue
public java.lang.Object getRefValue(java.lang.Object conn)
throws PException