org.apache.commons.vfs
Class UserAuthenticationData.Type

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

public static class UserAuthenticationData.Type
extends Object
implements Comparable

Inner class to represent portions of the user authentication data.


Constructor Summary
UserAuthenticationData.Type(String type)
           
 
Method Summary
 int compareTo(Object 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(Object o)
Specified by:
compareTo in interface Comparable

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


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