com.ibm.etools.iseries.core.ui.wizards.migration.uda.util
Class FileType
java.lang.Object
com.ibm.etools.iseries.core.ui.wizards.migration.uda.util.FileType
- public class FileType
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
FileType
public FileType(String p_name,
int p_type,
String p_value)
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
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.