public abstract class Element extends Object implements ECPElement
| Constructor and Description |
|---|
Element(String name)
The constructor of an
Element. |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ECPElement o) |
boolean |
equals(Object obj) |
String |
getName()
This returns the unique name of the object.
|
abstract String |
getType()
This return the type of the object.
|
int |
hashCode() |
String |
toString() |
public final String getName()
getName in interface ECPElementpublic int compareTo(ECPElement o)
compareTo in interface Comparable<ECPElement>public abstract String getType()
Copyright © 2018. All rights reserved.