Class UserDataImpl

  • All Implemented Interfaces:
    java.io.Serializable, UserData

    public class UserDataImpl
    extends java.lang.Object
    implements UserData, java.io.Serializable
    Default implementation of UserData.
    Since:
    11gR2
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UserDataImpl​(java.lang.Object[] userData)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()
      Returns the cloned object.
      java.lang.Object get​(int index)
      Returns the user data at the specified index.
      int getNumberOfUserData()
      Returns the total number of user data contained in this UserData object.
      void set​(int index, java.lang.Object userData)
      Sets the user data at the specified index.
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserDataImpl

        public UserDataImpl​(java.lang.Object[] userData)
    • Method Detail

      • get

        public java.lang.Object get​(int index)
        Description copied from interface: UserData
        Returns the user data at the specified index.
        Specified by:
        get in interface UserData
        Returns:
      • set

        public void set​(int index,
                        java.lang.Object userData)
        Description copied from interface: UserData
        Sets the user data at the specified index.
        Specified by:
        set in interface UserData
      • getNumberOfUserData

        public int getNumberOfUserData()
        Description copied from interface: UserData
        Returns the total number of user data contained in this UserData object.
        Specified by:
        getNumberOfUserData in interface UserData
        Returns:
      • clone

        public java.lang.Object clone()
        Description copied from interface: UserData
        Returns the cloned object.
        Specified by:
        clone in interface UserData
        Overrides:
        clone in class java.lang.Object
        Returns: