public enum RegisterTypeEnum extends java.lang.Enum<RegisterTypeEnum>
| Enum Constant and Description |
|---|
DUBBO
Dubbo rpc type enum.
|
GRPC
grpc.
|
HTTP
Http rpc type enum.
|
MOTAN
Motan rpc type enum.
|
SOFA
Sofa rpc type enum.
|
SPRING_CLOUD
springCloud rpc type enum.
|
TARS
Tars rpc type enum.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
getName.
|
static RegisterTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegisterTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegisterTypeEnum HTTP
public static final RegisterTypeEnum DUBBO
public static final RegisterTypeEnum SOFA
public static final RegisterTypeEnum TARS
public static final RegisterTypeEnum MOTAN
public static final RegisterTypeEnum SPRING_CLOUD
public static final RegisterTypeEnum GRPC
public static RegisterTypeEnum[] values()
for (RegisterTypeEnum c : RegisterTypeEnum.values()) System.out.println(c);
public static RegisterTypeEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
Copyright © 2024 The Apache Software Foundation. All rights reserved.