java.lang.Object
|
+--javax.pim.database.ItemField
- Direct Known Subclasses:
- AggregateField
- See Also:
-
Parameter
,
Item
,
Database
public boolean addParameter(Parameter parameter)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte AGGREGATE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte BOOLEAN
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte BYTE_ARRAY
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int compareTo(java.lang.Object obj)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte DATE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte DOUBLE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean equals(java.lang.Object obj)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean getBoolean()
throws java.lang.IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public byte[] getByteArray()
throws java.lang.IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public java.util.Date getDate()
throws java.lang.IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public double getDouble()
throws java.lang.IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public java.lang.String getFieldName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getInt()
throws java.lang.IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Item getItem()
throws java.lang.IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public java.lang.String getLabel()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Parameter[] getParameters()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public java.lang.String[] getParameterValues(java.lang.String name)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public java.lang.String getString()
throws java.lang.IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public byte getValueType()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int hashCode()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean hasParameter(java.lang.String name)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte INT
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ITEM
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ItemField(java.lang.String name,
boolean value)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected ItemField(java.lang.String name,
byte valuetype)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ItemField(java.lang.String name,
byte[] value)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ItemField(java.lang.String name,
double value)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ItemField(java.lang.String name,
int value)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ItemField(java.lang.String name,
java.lang.String value)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ItemField(java.lang.String name,
java.util.Date value)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ItemField(java.lang.String name,
Item value)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean removeParameter(Parameter parameter)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setBoolean(boolean value)
throws java.lang.IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setByteArray(byte[] value)
throws java.lang.IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setDate(java.util.Date value)
throws java.lang.IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setDouble(double value)
throws java.lang.IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setInt(int value)
throws java.lang.IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setItem(Item value)
throws java.lang.IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setLabel(java.lang.String label)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setString(java.lang.String value)
throws java.lang.IllegalStateException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte STRING
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public java.lang.String toString()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples