addAny
public void addAny(Any any)
configure
public void configure(Configuration conf)
equals
public boolean equals(Object o)
getAny
public Any getAny()
getBool
public boolean getBool()
throws org.jacorb.notification.filter.DynamicTypeException
getDouble
public double getDouble()
throws org.jacorb.notification.filter.DynamicTypeException
getFloat
public float getFloat()
throws org.jacorb.notification.filter.DynamicTypeException
getLong
public int getLong()
throws org.jacorb.notification.filter.DynamicTypeException
getLongLong
public long getLongLong()
throws org.jacorb.notification.filter.DynamicTypeException
getString
public String getString()
throws org.jacorb.notification.filter.DynamicTypeException
getValue
protected Object getValue()
hashCode
public int hashCode()
isDouble
public boolean isDouble()
isFloat
public boolean isFloat()
isLong
public boolean isLong()
isLongLong
public boolean isLongLong()
isString
public boolean isString()
setBool
public void setBool(boolean b)
setDouble
public void setDouble(Double d)
setDouble
public void setDouble(double d)
setFloat
public void setFloat(Double d)
setFloat
public void setFloat(double d)
setFloat
public void setFloat(float f)
setLong
public void setLong(Double d)
setLong
public void setLong(int l)
setLongLong
public void setLongLong(Double d)
setLongLong
public void setLongLong(long l)
setString
public void setString(String s)
toString
public String toString()