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
ConstructorsConstructorDescriptionConstructs aPropertySetDescriptor
.PropertySetDescriptor
(String[] references, List<PropertyDescriptor> properties) Constructs aPropertySetDescriptor
with values for all its fields. -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static PropertySetDescriptor
ice_read
(InputStream istr) Unmarshals aPropertySetDescriptor
from an input stream.static Optional<PropertySetDescriptor>
ice_read
(InputStream istr, int tag) Unmarshals an optionalPropertySetDescriptor
from an input stream.void
ice_readMembers
(InputStream istr) Unmarshals and sets this object's fields from an input stream.static void
ice_write
(OutputStream ostr, int tag, PropertySetDescriptor v) Marshals an optionalPropertySetDescriptor
into an output stream.static void
ice_write
(OutputStream ostr, int tag, Optional<PropertySetDescriptor> v) Marshals an optionalPropertySetDescriptor
into an output stream.static void
ice_write
(OutputStream ostr, PropertySetDescriptor v) Marshals aPropertySetDescriptor
into an output stream.void
ice_writeMembers
(OutputStream ostr) Marshals this object's fields into an output stream.
-
Field Details
-
references
References to named property sets. -
properties
The property set properties.
-
-
Constructor Details
-
PropertySetDescriptor
public PropertySetDescriptor()Constructs aPropertySetDescriptor
. -
PropertySetDescriptor
Constructs aPropertySetDescriptor
with values for all its fields.- Parameters:
references
- References to named property sets.properties
- The property set properties.
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
clone
-
ice_writeMembers
Marshals this object's fields into an output stream.- Parameters:
ostr
- the output stream
-
ice_readMembers
Unmarshals and sets this object's fields from an input stream.- Parameters:
istr
- the input stream
-
ice_write
Marshals aPropertySetDescriptor
into an output stream.- Parameters:
ostr
- the output streamv
- thePropertySetDescriptor
to marshal; can be null
-
ice_read
Unmarshals aPropertySetDescriptor
from an input stream.- Parameters:
istr
- the input stream- Returns:
- the unmarshaled
PropertySetDescriptor
-
ice_write
Marshals an optionalPropertySetDescriptor
into an output stream.- Parameters:
ostr
- the output streamtag
- the tagv
- the value to marshal
-
ice_write
Marshals an optionalPropertySetDescriptor
into an output stream.- Parameters:
ostr
- the output streamtag
- the tagv
- the value to marshal
-
ice_read
Unmarshals an optionalPropertySetDescriptor
from an input stream.- Parameters:
istr
- the input streamtag
- the tag- Returns:
- the unmarshaled value
-