sbnmarc.types
Class IndIncipit

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

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

Class IndIncipit.

See Also:
Serialized Form

Field Summary
static IndIncipit P
          The instance of the P type
static int P_TYPE
          The P type
static IndIncipit 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 IndIncipit
 int getType()
          Method getTypeReturns the type of this IndIncipit
 java.lang.String toString()
          Method toStringReturns the String representation of this IndIncipit
static IndIncipit valueOf(java.lang.String string)
          Method valueOfReturns a new IndIncipit 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

S_TYPE

public static final int S_TYPE
The S type

See Also:
Constant Field Values

S

public static final IndIncipit S
The instance of the S type


P_TYPE

public static final int P_TYPE
The P type

See Also:
Constant Field Values

P

public static final IndIncipit P
The instance of the P type

Method Detail

enumerate

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


getType

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


toString

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

Overrides:
toString in class java.lang.Object

valueOf

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

Parameters:
string -