org.jetbrains.jet.descriptors.serialization
Enum ProtoBuf.Callable.MemberKind

java.lang.Object
  extended by java.lang.Enum<ProtoBuf.Callable.MemberKind>
      extended by org.jetbrains.jet.descriptors.serialization.ProtoBuf.Callable.MemberKind
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, java.io.Serializable, java.lang.Comparable<ProtoBuf.Callable.MemberKind>
Enclosing class:
ProtoBuf.Callable

public static enum ProtoBuf.Callable.MemberKind
extends java.lang.Enum<ProtoBuf.Callable.MemberKind>
implements com.google.protobuf.Internal.EnumLite


Enum Constant Summary
DECLARATION
           
DELEGATION
           
FAKE_OVERRIDE
           
SYNTHESIZED
           
 
Field Summary
static int DECLARATION_VALUE
           
static int DELEGATION_VALUE
           
static int FAKE_OVERRIDE_VALUE
           
static int SYNTHESIZED_VALUE
           
 
Method Summary
 int getNumber()
           
static com.google.protobuf.Internal.EnumLiteMap<ProtoBuf.Callable.MemberKind> internalGetValueMap()
           
static ProtoBuf.Callable.MemberKind valueOf(int value)
           
static ProtoBuf.Callable.MemberKind valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProtoBuf.Callable.MemberKind[] 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

DECLARATION

public static final ProtoBuf.Callable.MemberKind DECLARATION

FAKE_OVERRIDE

public static final ProtoBuf.Callable.MemberKind FAKE_OVERRIDE

DELEGATION

public static final ProtoBuf.Callable.MemberKind DELEGATION

SYNTHESIZED

public static final ProtoBuf.Callable.MemberKind SYNTHESIZED
Field Detail

DECLARATION_VALUE

public static final int DECLARATION_VALUE
See Also:
Constant Field Values

FAKE_OVERRIDE_VALUE

public static final int FAKE_OVERRIDE_VALUE
See Also:
Constant Field Values

DELEGATION_VALUE

public static final int DELEGATION_VALUE
See Also:
Constant Field Values

SYNTHESIZED_VALUE

public static final int SYNTHESIZED_VALUE
See Also:
Constant Field Values
Method Detail

values

public static ProtoBuf.Callable.MemberKind[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ProtoBuf.Callable.MemberKind c : ProtoBuf.Callable.MemberKind.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ProtoBuf.Callable.MemberKind valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getNumber

public final int getNumber()
Specified by:
getNumber in interface com.google.protobuf.Internal.EnumLite

valueOf

public static ProtoBuf.Callable.MemberKind valueOf(int value)

internalGetValueMap

public static com.google.protobuf.Internal.EnumLiteMap<ProtoBuf.Callable.MemberKind> internalGetValueMap()