Class BinaryObject
- java.lang.Object
-
- com.fourjs.report.facturx.profiles.minimum.BinaryObject
-
public class BinaryObject extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BinaryObject
fromString(String value)
String
toString()
static BinaryObject
valueOf(String value)
-
-
-
Method Detail
-
fromString
public static BinaryObject fromString(String value)
-
valueOf
public static BinaryObject valueOf(String value)
-
-