Package com.zeroc.IceGrid
Class PropertySetDescriptor
java.lang.Object
com.zeroc.IceGrid.PropertySetDescriptor
- All Implemented Interfaces:
Serializable
,Cloneable
A property set descriptor.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe property set properties.String[]
References to named property sets. -
Constructor Summary
ConstructorsConstructorDescriptionPropertySetDescriptor
(String[] references, List<PropertyDescriptor> properties) -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static PropertySetDescriptor
ice_read
(InputStream istr) static Optional<PropertySetDescriptor>
ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, PropertySetDescriptor v) static void
ice_write
(OutputStream ostr, int tag, Optional<PropertySetDescriptor> v) static void
ice_write
(OutputStream ostr, PropertySetDescriptor v) void
ice_writeMembers
(OutputStream ostr)
-
Field Details
-
references
References to named property sets. -
properties
The property set properties.
-
-
Constructor Details
-
PropertySetDescriptor
public PropertySetDescriptor() -
PropertySetDescriptor
-
-
Method Details