Package FIPA
Class PropertyHelper
- java.lang.Object
-
- FIPA.PropertyHelper
-
public class PropertyHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Propertyextract(Any a)static Stringid()static voidinsert(Any a, Property that)static Propertyread(InputStream in)static TypeCodetype()static voidwrite(OutputStream out, Property that)
-
-
-
Method Detail
-
write
public static void write(OutputStream out, Property that)
-
read
public static Property read(InputStream in)
-
type
public static TypeCode type()
-
id
public static String id()
-
-