Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Enum Class HookExtensionPoint
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<HookExtensionPoint>,Constable
@Generated
public enum HookExtensionPoint
extends Enum<HookExtensionPoint>
implements com.google.protobuf.Internal.EnumLite
** The Hiero extension points that accept a hook.Protobuf enum
com.hedera.hapi.node.hooks.HookExtensionPoint-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription* Used to customize an account's allowances during a CryptoTransfer transaction. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int* Used to customize an account's allowances during a CryptoTransfer transaction. -
Method Summary
Modifier and TypeMethodDescriptionstatic HookExtensionPointforNumber(int value) final intstatic com.google.protobuf.Internal.EnumLiteMap<HookExtensionPoint> static com.google.protobuf.Internal.EnumVerifierstatic HookExtensionPointvalueOf(int value) Deprecated.static HookExtensionPointReturns the enum constant of this class with the specified name.static HookExtensionPoint[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACCOUNT_ALLOWANCE_HOOK
* Used to customize an account's allowances during a CryptoTransfer transaction.
ACCOUNT_ALLOWANCE_HOOK = 0; -
UNRECOGNIZED
-
-
Field Details
-
ACCOUNT_ALLOWANCE_HOOK_VALUE
public static final int ACCOUNT_ALLOWANCE_HOOK_VALUE* Used to customize an account's allowances during a CryptoTransfer transaction.
ACCOUNT_ALLOWANCE_HOOK = 0;- See Also:
-
-
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
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
valueOf
Deprecated.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:
value- 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
-
forNumber
-
internalGetValueMap
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-