com.ibm.as400.access

Class UDFS.UdfsInformationStructure

  • java.lang.Object
    • com.ibm.as400.access.UDFS.UdfsInformationStructure
  • Enclosing class:
    UDFS


    public class UDFS.UdfsInformationStructure
    extends java.lang.Object
    Contains information about a UDFS.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getCaseSensitivity()
      Returns the case sensitivity of this file system.
      int getCcsid()
      Returns the coded character set identifier (CCSID) for the data in the user-defined file system (UDFS).
      java.lang.String getDescription()
      Returns the text description for the user-defined file system.
      java.lang.String getOwner()
      Returns the user profile name of the user who owns the user-defined file system (UDFS).
      java.lang.String getPathWhereMounted()
      Returns the path name where the user-defined file system (UDFS) is mounted.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getOwner

        public java.lang.String getOwner()
        Returns the user profile name of the user who owns the user-defined file system (UDFS).
        Returns:
        The user profile name of the user who owns the user-defined file system (UDFS).
      • getCcsid

        public int getCcsid()
        Returns the coded character set identifier (CCSID) for the data in the user-defined file system (UDFS).
        Returns:
        The coded character set identifier (CCSID) for the data in the user-defined file system (UDFS).
      • getCaseSensitivity

        public java.lang.String getCaseSensitivity()
        Returns the case sensitivity of this file system.
        Returns:
        The case sensitivity of this file system. Possible values are:
        • "*MONO" - The file system will not be case sensitive. For example, the names FileA and filea refer to the same object.
        • "*MIXED" - The file system will be case sensitive. For example, the names FileA and filea do NOT refer to the same object.
      • getDescription

        public java.lang.String getDescription()
        Returns the text description for the user-defined file system.
        Returns:
        The text description for the user-defined file system.
      • getPathWhereMounted

        public java.lang.String getPathWhereMounted()
        Returns the path name where the user-defined file system (UDFS) is mounted.
        Returns:
        The path name where the user-defined file system (UDFS) is mounted.