com.ibm.as400.access
Class UDFS.UdfsInformationStructure

java.lang.Object
  extended bycom.ibm.as400.access.UDFS.UdfsInformationStructure
Enclosing class:
UDFS

public class UDFS.UdfsInformationStructure
extends Object

Contains information about a UDFS.


Method Summary
 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).
 String getDescription()
          Returns the text description for the user-defined file system.
 String getOwner()
          Returns the user profile name of the user who owns the user-defined file system (UDFS).
 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 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 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 String getDescription()
Returns the text description for the user-defined file system.

Returns:
The text description for the user-defined file system.

getPathWhereMounted

public 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.