Class SCSpecUDTUnionCaseV0

java.lang.Object
org.stellar.sdk.xdr.SCSpecUDTUnionCaseV0

public class SCSpecUDTUnionCaseV0 extends Object
SCSpecUDTUnionCaseV0's original definition in the XDR file is:
 union SCSpecUDTUnionCaseV0 switch (SCSpecUDTUnionCaseV0Kind kind)
 {
 case SC_SPEC_UDT_UNION_CASE_VOID_V0:
     SCSpecUDTUnionCaseVoidV0 voidCase;
 case SC_SPEC_UDT_UNION_CASE_TUPLE_V0:
     SCSpecUDTUnionCaseTupleV0 tupleCase;
 };