public abstract class Enum extends Object implements Serializable
protected
Enum(String name)
boolean
equals(Object obj)
String
getName()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected Enum(String name)
public String getName()
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2015. All rights reserved.