public abstract class Enum extends Object
protected
Enum(String name)
Enum(String name, Map map)
boolean
equals(Object other)
String
getName()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected Enum(String name)
protected Enum(String name, Map map)
public final boolean equals(Object other)
equals
Object
public int hashCode()
hashCode
public final String getName()
public String toString()
toString
Copyright © 2004-2020 EPICS. All Rights Reserved.