Package FIPA
Class PropertyHolder
- java.lang.Object
-
- FIPA.PropertyHolder
-
- All Implemented Interfaces:
Streamable
public final class PropertyHolder extends Object implements Streamable
-
-
Constructor Summary
Constructors Constructor Description PropertyHolder()PropertyHolder(Property __arg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void_read(InputStream in)TypeCode_type()void_write(OutputStream out)
-
-
-
Field Detail
-
value
public Property value
-
-
Constructor Detail
-
PropertyHolder
public PropertyHolder()
-
PropertyHolder
public PropertyHolder(Property __arg)
-
-
Method Detail
-
_write
public void _write(OutputStream out)
- Specified by:
_writein interfaceStreamable
-
_read
public void _read(InputStream in)
- Specified by:
_readin interfaceStreamable
-
_type
public TypeCode _type()
- Specified by:
_typein interfaceStreamable
-
-