Class Any

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.Any
All Implemented Interfaces:
Serializable

public class Any extends ValueClass
This class is a container for one value of a serializable type.
Since:
7.00.040.019
See Also:
  • Field Details

  • Constructor Details

    • Any

      public Any()
    • Any

      public Any(Any rhs)
    • Any

      public Any(boolean v)
    • Any

      public Any(int v)
    • Any

      public Any(long v)
    • Any

      public Any(double v)
    • Any

      public Any(String v)
    • Any

      public Any(ValueClass v)
    • Any

      public Any(byte[] v)
    • Any

      public Any(Any[] v)
    • Any

      public Any(Object obj)
  • Method Details

    • getType

      public int getType()
    • setType

      public void setType(int type)
    • isBooleanValue

      public boolean isBooleanValue()
    • setBooleanValue

      public void setBooleanValue(boolean booleanValue)
    • getIntValue

      public int getIntValue()
    • setIntValue

      public void setIntValue(int intValue)
    • getLongValue

      public long getLongValue()
    • setLongValue

      public void setLongValue(long longValue)
    • getDoubleValue

      public double getDoubleValue()
    • setDoubleValue

      public void setDoubleValue(double doubleValue)
    • getStringValue

      public String getStringValue()
    • setStringValue

      public void setStringValue(String stringValue)
    • getObjectValue

      public ValueClass getObjectValue()
    • setObjectValue

      public void setObjectValue(ValueClass objectValue)
    • getAnyArray

      public Any[] getAnyArray()
    • setAnyArray

      public void setAnyArray(Any[] anyArray)
    • getByteArray

      public byte[] getByteArray()
    • setByteArray

      public void setByteArray(byte[] byteArray)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toObject

      public Object toObject()
    • toObjectTable

      public Object[][] toObjectTable()
    • fromObject

      public void fromObject(Object obj)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object