public static enum IMember.MemberKind extends java.lang.Enum<IMember.MemberKind>
Enum Constant and Description |
---|
DCOP |
Define |
Enum |
EnumValue |
Friend |
Function |
Invalid |
Property |
Prototype |
Signal |
Slot |
Typedef |
Variable |
Modifier and Type | Method and Description |
---|---|
int |
value() |
static IMember.MemberKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IMember.MemberKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IMember.MemberKind Invalid
public static final IMember.MemberKind Define
public static final IMember.MemberKind Property
public static final IMember.MemberKind Variable
public static final IMember.MemberKind Typedef
public static final IMember.MemberKind Enum
public static final IMember.MemberKind Function
public static final IMember.MemberKind Signal
public static final IMember.MemberKind Prototype
public static final IMember.MemberKind Friend
public static final IMember.MemberKind DCOP
public static final IMember.MemberKind Slot
public static final IMember.MemberKind EnumValue
public static IMember.MemberKind[] values()
for (IMember.MemberKind c : IMember.MemberKind.values()) System.out.println(c);
public static IMember.MemberKind 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 int value()