Class PropertySetDescriptor

java.lang.Object
com.zeroc.IceGrid.PropertySetDescriptor
All Implemented Interfaces:
Serializable, Cloneable

public final class PropertySetDescriptor extends Object implements Cloneable, Serializable
A property set descriptor.
See Also:
  • Field Details

    • references

      public String[] references
      References to named property sets.
    • properties

      public List<PropertyDescriptor> properties
      The property set properties.
  • Constructor Details

    • PropertySetDescriptor

      public PropertySetDescriptor()
      Constructs a PropertySetDescriptor.
    • PropertySetDescriptor

      public PropertySetDescriptor(String[] references, List<PropertyDescriptor> properties)
      Constructs a PropertySetDescriptor with values for all its fields.
      Parameters:
      references - References to named property sets.
      properties - The property set properties.
  • Method Details

    • equals

      public boolean equals(Object rhs)
      Overrides:
      equals in class Object
    • hashCode

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

      public PropertySetDescriptor clone()
      Overrides:
      clone in class Object
    • ice_writeMembers

      public void ice_writeMembers(OutputStream ostr)
      Marshals this object's fields into an output stream.
      Parameters:
      ostr - the output stream
    • ice_readMembers

      public void ice_readMembers(InputStream istr)
      Unmarshals and sets this object's fields from an input stream.
      Parameters:
      istr - the input stream
    • ice_write

      public static void ice_write(OutputStream ostr, PropertySetDescriptor v)
      Marshals a PropertySetDescriptor into an output stream.
      Parameters:
      ostr - the output stream
      v - the PropertySetDescriptor to marshal; can be null
    • ice_read

      public static PropertySetDescriptor ice_read(InputStream istr)
      Unmarshals a PropertySetDescriptor from an input stream.
      Parameters:
      istr - the input stream
      Returns:
      the unmarshaled PropertySetDescriptor
    • ice_write

      public static void ice_write(OutputStream ostr, int tag, Optional<PropertySetDescriptor> v)
      Marshals an optional PropertySetDescriptor into an output stream.
      Parameters:
      ostr - the output stream
      tag - the tag
      v - the value to marshal
    • ice_write

      public static void ice_write(OutputStream ostr, int tag, PropertySetDescriptor v)
      Marshals an optional PropertySetDescriptor into an output stream.
      Parameters:
      ostr - the output stream
      tag - the tag
      v - the value to marshal
    • ice_read

      public static Optional<PropertySetDescriptor> ice_read(InputStream istr, int tag)
      Unmarshals an optional PropertySetDescriptor from an input stream.
      Parameters:
      istr - the input stream
      tag - the tag
      Returns:
      the unmarshaled value