org.objectweb.jorm.facility.meminst.genclass.api
Interface UserIEValue

All Known Implementing Classes:
CollectionElem

public interface UserIEValue

Author:
P. D?chamboux

Method Summary
 boolean getBooleanValue()
           
 byte getByteValue()
           
 char getCharValue()
           
 java.util.Date getDateValue()
           
 double getDoubleValue()
           
 float getFloatValue()
           
 int getIntValue()
           
 long getLongValue()
           
 java.lang.Object getRefValue(java.lang.Object conn)
           
 java.io.Serializable getSerializedValue()
           
 short getShortValue()
           
 java.lang.String getStringValue()
           
 

Method Detail

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