public class CodedString extends Object implements Comparable<CodedString>
| Constructor and Description |
|---|
CodedString(String code) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CodedString other) |
boolean |
equals(CodedString other) |
String |
getDisplayName() |
public CodedString(String code)
public String getDisplayName()
public int compareTo(CodedString other)
compareTo in interface Comparable<CodedString>public boolean equals(CodedString other)
Copyright © 2017. All Rights Reserved.