sbnmarc.types
Class SbnAbilitaOggetto

java.lang.Object
  |
  +--sbnmarc.types.SbnAbilitaOggetto
All Implemented Interfaces:
java.io.Serializable

public class SbnAbilitaOggetto
extends java.lang.Object
implements java.io.Serializable

N=non gestito, S=creazione e correzione,C=solo creazione,G=creazione/correzione solo se localizzato per gestione, V=solo visualizzazione, G=solo localizzazione/delocalizzazione

See Also:
Serialized Form

Field Summary
static SbnAbilitaOggetto C
          The instance of the C type
static int C_TYPE
          The C type
static SbnAbilitaOggetto L
          The instance of the L type
static int L_TYPE
          The L type
static SbnAbilitaOggetto N
          The instance of the N type
static int N_TYPE
          The N type
static SbnAbilitaOggetto S
          The instance of the S type
static int S_TYPE
          The S type
static SbnAbilitaOggetto V
          The instance of the V type
static int V_TYPE
          The V type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of SbnAbilitaOggetto
 int getType()
          Returns the type of this SbnAbilitaOggetto
 java.lang.String toString()
          Returns the String representation of this SbnAbilitaOggetto
static SbnAbilitaOggetto valueOf(java.lang.String string)
          Returns a new SbnAbilitaOggetto based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

N_TYPE

public static final int N_TYPE
The N type

N

public static final SbnAbilitaOggetto N
The instance of the N type

S_TYPE

public static final int S_TYPE
The S type

S

public static final SbnAbilitaOggetto S
The instance of the S type

C_TYPE

public static final int C_TYPE
The C type

C

public static final SbnAbilitaOggetto C
The instance of the C type

L_TYPE

public static final int L_TYPE
The L type

L

public static final SbnAbilitaOggetto L
The instance of the L type

V_TYPE

public static final int V_TYPE
The V type

V

public static final SbnAbilitaOggetto V
The instance of the V type
Method Detail

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of SbnAbilitaOggetto

getType

public int getType()
Returns the type of this SbnAbilitaOggetto

toString

public java.lang.String toString()
Returns the String representation of this SbnAbilitaOggetto
Overrides:
toString in class java.lang.Object

valueOf

public static SbnAbilitaOggetto valueOf(java.lang.String string)
Returns a new SbnAbilitaOggetto based on the given String value.
Parameters:
string -