org.apache.commons.vfs2
Class UserAuthenticationData.Type

java.lang.Object
  extended by org.apache.commons.vfs2.UserAuthenticationData.Type
All Implemented Interfaces:
Comparable<UserAuthenticationData.Type>
Enclosing class:
UserAuthenticationData

public static class UserAuthenticationData.Type
extends Object
implements Comparable<UserAuthenticationData.Type>

Inner class to represent portions of the user authentication data.


Constructor Summary
UserAuthenticationData.Type(String type)
           
 
Method Summary
 int compareTo(UserAuthenticationData.Type o)
           
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserAuthenticationData.Type

public UserAuthenticationData.Type(String type)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

compareTo

public int compareTo(UserAuthenticationData.Type o)
Specified by:
compareTo in interface Comparable<UserAuthenticationData.Type>

hashCode

public int hashCode()
Overrides:
hashCode in class Object
Returns:
The hash code.
Since:
2.0

toString

public String toString()
Overrides:
toString in class Object
Returns:
The type.
Since:
2.0


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.