com.ibm.as400.vaccess
Interface VIFSConstants

All Known Implementing Classes:
VIFSDirectory, VIFSFile

Deprecated. Use Java Swing instead, along with the classes in package com.ibm.as400.access

public interface VIFSConstants

The VIFSConstants interface defines property identifiers for IFS components.

See Also:
VIFSDirectory, VIFSFile

Field Summary
static Object ATTRIBUTES_PROPERTY
          Deprecated. Property identifier for the attributes.
static Object MODIFIED_PROPERTY
          Deprecated. Property identifier for the modified time.
static Object SIZE_PROPERTY
          Deprecated. Property identifier for the size.
 

Field Detail

ATTRIBUTES_PROPERTY

static final Object ATTRIBUTES_PROPERTY
Deprecated. 
Property identifier for the attributes.


MODIFIED_PROPERTY

static final Object MODIFIED_PROPERTY
Deprecated. 
Property identifier for the modified time.


SIZE_PROPERTY

static final Object SIZE_PROPERTY
Deprecated. 
Property identifier for the size.