public class Code extends Object implements Comparable<Code>
Modifier and Type | Method and Description |
---|---|
Code |
addSuffix(String suffix) |
int |
compareTo(Code other) |
boolean |
equals(Object obj) |
Code |
eventuallyRemoveStartingAndEndingDoubleQuote(String format) |
String |
getFullName() |
Code |
getFullyQualifiedCode(IGroup g) |
String |
getPortMember() |
Code |
getShortName(Map<Code,ILeaf> leafs) |
int |
hashCode() |
static Code |
of(String code) |
static Code |
of(String code,
String separator) |
Code |
removeMemberPart() |
String |
toString() |
Code |
withSeparator(String separator) |
public Code removeMemberPart()
public String getPortMember()
public final String getFullName()
public int compareTo(Code other)
compareTo
in interface Comparable<Code>
public Code eventuallyRemoveStartingAndEndingDoubleQuote(String format)
Copyright © 2016. All Rights Reserved.