Package org.stellar.sdk.xdr
Class SCSpecUDTEnumCaseV0
java.lang.Object
org.stellar.sdk.xdr.SCSpecUDTEnumCaseV0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCSpecUDTEnumCaseV0decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCSpecUDTEnumCaseV0 encodedSCSpecUDTEnumCaseV0) booleanstatic SCSpecUDTEnumCaseV0fromXdrBase64(String xdr) static SCSpecUDTEnumCaseV0fromXdrByteArray(byte[] xdr) getDoc()getName()getValue()inthashCode()voidvoidvoidbyte[]
-
Constructor Details
-
SCSpecUDTEnumCaseV0
public SCSpecUDTEnumCaseV0()
-
-
Method Details
-
getDoc
-
setDoc
-
getName
-
setName
-
getValue
-
setValue
-
encode
public static void encode(XdrDataOutputStream stream, SCSpecUDTEnumCaseV0 encodedSCSpecUDTEnumCaseV0) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-