Package com.zeroc.IceGrid
Class PropertyDescriptor
java.lang.Object
com.zeroc.IceGrid.PropertyDescriptor
- All Implemented Interfaces:
Serializable
,Cloneable
Property descriptor.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static PropertyDescriptor
ice_read
(InputStream istr) static Optional<PropertyDescriptor>
ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, PropertyDescriptor v) static void
ice_write
(OutputStream ostr, int tag, Optional<PropertyDescriptor> v) static void
ice_write
(OutputStream ostr, PropertyDescriptor v) void
ice_writeMembers
(OutputStream ostr)
-
Field Details
-
name
The name of the property. -
value
The value of the property.
-
-
Constructor Details
-
PropertyDescriptor
public PropertyDescriptor() -
PropertyDescriptor
-
-
Method Details