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=gestito

See Also:
Serialized Form

Field Summary
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
 
Method Summary
static java.util.Enumeration enumerate()
          Method enumerateReturns an enumeration of all possible instances of SbnAbilitaOggetto
 int getType()
          Method getTypeReturns the type of this SbnAbilitaOggetto
 java.lang.String toString()
          Method toStringReturns the String representation of this SbnAbilitaOggetto
static SbnAbilitaOggetto valueOf(java.lang.String string)
          Method valueOfReturns 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

See Also:
Constant Field Values

N

public static final SbnAbilitaOggetto N
The instance of the N type


S_TYPE

public static final int S_TYPE
The S type

See Also:
Constant Field Values

S

public static final SbnAbilitaOggetto S
The instance of the S type

Method Detail

enumerate

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


getType

public int getType()
Method getTypeReturns the type of this SbnAbilitaOggetto


toString

public java.lang.String toString()
Method toStringReturns the String representation of this SbnAbilitaOggetto

Overrides:
toString in class java.lang.Object

valueOf

public static SbnAbilitaOggetto valueOf(java.lang.String string)
Method valueOfReturns a new SbnAbilitaOggetto based on the given String value.

Parameters:
string -