Package org.stellar.sdk.xdr
Enum Class RevokeSponsorshipType
- All Implemented Interfaces:
Serializable,Comparable<RevokeSponsorshipType>,Constable,XdrElement
RevokeSponsorshipType's original definition in the XDR file is:
enum RevokeSponsorshipType
{
REVOKE_SPONSORSHIP_LEDGER_ENTRY = 0,
REVOKE_SPONSORSHIP_SIGNER = 1
};
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields inherited from interface org.stellar.sdk.xdr.XdrElement
gson -
Method Summary
Modifier and TypeMethodDescriptionstatic RevokeSponsorshipTypedecode(XdrDataInputStream stream) static RevokeSponsorshipTypedecode(XdrDataInputStream stream, int maxDepth) voidencode(XdrDataOutputStream stream) static RevokeSponsorshipTypestatic RevokeSponsorshipTypefromXdrBase64(String xdr) static RevokeSponsorshipTypefromXdrByteArray(byte[] xdr) intgetValue()toJson()static RevokeSponsorshipTypeReturns the enum constant of this class with the specified name.static RevokeSponsorshipType[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Enum Constant Details
-
REVOKE_SPONSORSHIP_LEDGER_ENTRY
-
REVOKE_SPONSORSHIP_SIGNER
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue() -
decode
public static RevokeSponsorshipType decode(XdrDataInputStream stream, int maxDepth) throws IOException - Throws:
IOException
-
decode
- Throws:
IOException
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
toJson
- Specified by:
toJsonin interfaceXdrElement
-
fromJson
-