org.apache.commons.vfs2
public static class UserAuthenticationData.Type extends java.lang.Object implements java.lang.Comparable<UserAuthenticationData.Type>
Constructor and Description |
---|
UserAuthenticationData.Type(java.lang.String 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 UserAuthenticationData.Type(java.lang.String type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int compareTo(UserAuthenticationData.Type o)
compareTo
in interface java.lang.Comparable<UserAuthenticationData.Type>
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.