public class ElementType extends Object implements Comparable<ElementType>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ElementType other) |
String |
getFullName() |
ElementType |
getHighestCommonInterface() |
String |
getSimpleName() |
List<FrankElement> |
getSyntax2Members()
Get the members that can be referenced with syntax 2.
|
String |
toString() |
public String getFullName()
public String getSimpleName()
public ElementType getHighestCommonInterface()
public List<FrankElement> getSyntax2Members()
public int compareTo(ElementType other)
compareTo in interface Comparable<ElementType>Copyright © 2022 Ibissource.org. All rights reserved.