public static class UserAuthenticationData.Type extends java.lang.Object implements java.lang.Comparable<UserAuthenticationData.Type>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
type
The type name
|
| Constructor and Description |
|---|
Type(java.lang.String type)
Creates a new Type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UserAuthenticationData.Type o) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public Type(java.lang.String type)
type - the typepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int compareTo(UserAuthenticationData.Type o)
compareTo in interface java.lang.Comparable<UserAuthenticationData.Type>public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object