org.apache.commons.vfs
Class UserAuthenticationData.Type

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

public static class UserAuthenticationData.Type
extends java.lang.Object
implements java.lang.Comparable

Inner class to represent portions of the user authentication data.


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

Constructor Detail

UserAuthenticationData.Type

public UserAuthenticationData.Type(java.lang.String type)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.