|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ProtoBuf.Visibility>
org.jetbrains.kotlin.serialization.ProtoBuf.Visibility
public static enum ProtoBuf.Visibility
Protobuf enum org.jetbrains.kotlin.serialization.Visibility
Enum Constant Summary | |
---|---|
INTERNAL
INTERNAL = 0; |
|
LOCAL
LOCAL = 5; |
|
PRIVATE
PRIVATE = 1; |
|
PRIVATE_TO_THIS
PRIVATE_TO_THIS = 4; |
|
PROTECTED
PROTECTED = 2; |
|
PUBLIC
PUBLIC = 3; |
Field Summary | |
---|---|
static int |
INTERNAL_VALUE
INTERNAL = 0; |
static int |
LOCAL_VALUE
LOCAL = 5; |
static int |
PRIVATE_TO_THIS_VALUE
PRIVATE_TO_THIS = 4; |
static int |
PRIVATE_VALUE
PRIVATE = 1; |
static int |
PROTECTED_VALUE
PROTECTED = 2; |
static int |
PUBLIC_VALUE
PUBLIC = 3; |
Method Summary | |
---|---|
int |
getNumber()
|
static com.google.protobuf.Internal.EnumLiteMap<ProtoBuf.Visibility> |
internalGetValueMap()
|
static ProtoBuf.Visibility |
valueOf(int value)
|
static ProtoBuf.Visibility |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProtoBuf.Visibility[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ProtoBuf.Visibility INTERNAL
INTERNAL = 0;
3 bits
public static final ProtoBuf.Visibility PRIVATE
PRIVATE = 1;
public static final ProtoBuf.Visibility PROTECTED
PROTECTED = 2;
public static final ProtoBuf.Visibility PUBLIC
PUBLIC = 3;
public static final ProtoBuf.Visibility PRIVATE_TO_THIS
PRIVATE_TO_THIS = 4;
public static final ProtoBuf.Visibility LOCAL
LOCAL = 5;
Field Detail |
---|
public static final int INTERNAL_VALUE
INTERNAL = 0;
3 bits
public static final int PRIVATE_VALUE
PRIVATE = 1;
public static final int PROTECTED_VALUE
PROTECTED = 2;
public static final int PUBLIC_VALUE
PUBLIC = 3;
public static final int PRIVATE_TO_THIS_VALUE
PRIVATE_TO_THIS = 4;
public static final int LOCAL_VALUE
LOCAL = 5;
Method Detail |
---|
public static ProtoBuf.Visibility[] values()
for (ProtoBuf.Visibility c : ProtoBuf.Visibility.values()) System.out.println(c);
public static ProtoBuf.Visibility 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 name
java.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
public static ProtoBuf.Visibility valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ProtoBuf.Visibility> internalGetValueMap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |