Java.Lang.Enum Members

The members of Java.Lang.Enum are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.
Constructor for constants of enum subtypes.

Public Properties

[read-only]
DeclaringClassClass. Returns the enum constant's declaring class.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

CompareTo(Object) : int
Documentation for this section has not yet been entered.
override
Equals(Object) : bool
Compares this object with the specified object and indicates if they are equal.
override
GetHashCode() : int
Returns an integer hash code for this object.
Name() : string
Returns the name of this enum constant.
Ordinal() : int
Returns the position of the enum constant in the declaration.
static
ValueOf(Class, string) : Object
Documentation for this section has not yet been entered.

Protected Methods

override
Clone() : Object
Enum objects are singletons, they may not be cloned.