iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.core.ui.wizards.migration.uda.util
Class FileType

java.lang.Object
  extended bycom.ibm.etools.iseries.core.ui.wizards.migration.uda.util.FileType

public class FileType
extends Object


Field Summary
static String Copyright
           
static int LOCAL_TYPE
           
static int MEMBER_TYPE
           
static int OS400_TYPE
           
 
Constructor Summary
FileType(String p_name, int p_type, String p_value)
           
 
Method Summary
 String getName()
           
 int getType()
           
 Vector getTypes()
          Return the constituent types as a vector of strings
 String getValue()
           
 boolean hasNestedTypes()
          Return true if this named types has nested types.
 void setTypes(Vector types)
          Reset the value part (the constituent types) given a vector of types.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

LOCAL_TYPE

public static final int LOCAL_TYPE
See Also:
Constant Field Values

MEMBER_TYPE

public static final int MEMBER_TYPE
See Also:
Constant Field Values

OS400_TYPE

public static final int OS400_TYPE
See Also:
Constant Field Values
Constructor Detail

FileType

public FileType(String p_name,
                int p_type,
                String p_value)
Method Detail

getName

public String getName()

getType

public int getType()

getValue

public String getValue()

getTypes

public Vector getTypes()
Return the constituent types as a vector of strings


setTypes

public void setTypes(Vector types)
Reset the value part (the constituent types) given a vector of types. This is called after flattening


hasNestedTypes

public boolean hasNestedTypes()
Return true if this named types has nested types. That is, a constituent type that is itself a named type. These are identified by angle brackets


iSeries Remote Systems
v6.0.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.