org.apache.commons.vfs
Class UserAuthenticationData.Type

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

public static class UserAuthenticationData.Type
extends Object
implements Comparable


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

Constructor Detail

UserAuthenticationData.Type

public UserAuthenticationData.Type(String type)
Method Detail

equals

public boolean equals(Object o)

compareTo

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


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