Enum Class SCSpecUDTUnionCaseV0Kind

java.lang.Object
java.lang.Enum<SCSpecUDTUnionCaseV0Kind>
org.stellar.sdk.xdr.SCSpecUDTUnionCaseV0Kind
All Implemented Interfaces:
Serializable, Comparable<SCSpecUDTUnionCaseV0Kind>, Constable

public enum SCSpecUDTUnionCaseV0Kind extends Enum<SCSpecUDTUnionCaseV0Kind>
SCSpecUDTUnionCaseV0Kind's original definition in the XDR file is:
 enum SCSpecUDTUnionCaseV0Kind
 {
     SC_SPEC_UDT_UNION_CASE_VOID_V0 = 0,
     SC_SPEC_UDT_UNION_CASE_TUPLE_V0 = 1
 };