java.lang.Comparable<UserAuthenticationData.Type>public static class UserAuthenticationData.Type extends java.lang.Object implements java.lang.Comparable<UserAuthenticationData.Type>
| Constructor | Description |
|---|---|
Type(java.lang.String type) |
Creates a new Type.
|
| Modifier and Type | Method | 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