1
This commit is contained in:
parent
54788a288d
commit
0f91f7ea2c
@ -6,6 +6,14 @@ import java.util.List;
|
||||
|
||||
public class XObject {
|
||||
|
||||
public enum XObjectType
|
||||
{
|
||||
XOT_SIMPLE,
|
||||
XOT_ARRAY,
|
||||
XOT_OBJECT
|
||||
}
|
||||
|
||||
private XObjectType type;
|
||||
private XValue xValue;
|
||||
private ArrayList arrayValue;
|
||||
private HashMap objectValue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user