public class UDFS.UdfsInformationStructure
extends java.lang.Object
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.
|
public java.lang.String getOwner()
public int getCcsid()
public java.lang.String getCaseSensitivity()
public java.lang.String getDescription()
public java.lang.String getPathWhereMounted()