Class TableAccessModeType

  • All Implemented Interfaces:
    java.io.Serializable

    public class TableAccessModeType
    extends java.lang.Object
    implements java.io.Serializable
    Class TableAccessModeType.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Method Detail

      • enumerate

        public static java.util.Enumeration enumerate()
        Method enumerate.Returns an enumeration of all possible instances of TableAccessModeType
        Returns:
        an Enumeration over all possible instances of TableAccessModeType
      • getType

        public int getType()
        Method getType.Returns the type of this TableAccessModeType
        Returns:
        the type of this TableAccessModeType
      • toString

        public java.lang.String toString()
        Method toString.Returns the String representation of this TableAccessModeType
        Overrides:
        toString in class java.lang.Object
        Returns:
        the String representation of this TableAccessModeType
      • valueOf

        public static TableAccessModeType valueOf​(java.lang.String string)
        Method valueOf.Returns a new TableAccessModeType based on the given String value.
        Parameters:
        string -
        Returns:
        the TableAccessModeType value of parameter 'string'