Package es.caib.seycon.ng.comu
Class TipusSessio
- java.lang.Object
-
- es.caib.seycon.ng.comu.TipusSessio
-
- All Implemented Interfaces:
Serializable
public class TipusSessio extends Object implements Serializable
Enumeration TipusSessio- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static TipusSessioESSOstatic TipusSessioPAMstatic TipusSessioPAMRDPstatic TipusSessioPAMSSHstatic TipusSessioWSSO
-
Constructor Summary
Constructors Modifier Constructor Description protectedTipusSessio()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Object that)booleanequals(Object object)static TipusSessiofromString(String value)Creates an instance of TipusSessio fromvalue.StringgetValue()Gets the underlying value of this type safe enumeration.inthashCode()static Listliterals()Returns an unmodifiable list containing the literals that are known by this enumeration.static Listnames()Returns an unmodifiable list containing the names of the literals that are known by this enumeration.StringtoString()
-
-
-
Field Detail
-
WSSO
public static final TipusSessio WSSO
-
ESSO
public static final TipusSessio ESSO
-
PAM
public static final TipusSessio PAM
-
PAMSSH
public static final TipusSessio PAMSSH
-
PAMRDP
public static final TipusSessio PAMRDP
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classObject- See Also:
Object.toString()
-
fromString
public static TipusSessio fromString(String value)
Creates an instance of TipusSessio fromvalue.- Parameters:
value- the value to create the TipusSessio from.
-
getValue
public String getValue()
Gets the underlying value of this type safe enumeration.- Returns:
- the underlying value.
-
compareTo
public int compareTo(Object that)
- See Also:
Comparable.compareTo(java.lang.Object)
-
literals
public static List literals()
Returns an unmodifiable list containing the literals that are known by this enumeration.- Returns:
- A List containing the actual literals defined by this enumeration, this list can not be modified.
-
names
public static List names()
Returns an unmodifiable list containing the names of the literals that are known by this enumeration.- Returns:
- A List containing the actual names of the literals defined by this enumeration, this list can not be modified.
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classObject- See Also:
Object.equals(java.lang.Object)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classObject- See Also:
Object.hashCode()
-
-