iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.core.util
Class ISeriesFldTableViewUtil

java.lang.Object
  extended bycom.ibm.etools.iseries.core.util.ISeriesFldTableViewUtil

public final class ISeriesFldTableViewUtil
extends Object

This class is a utility class that can be used to obtain the properties of a field DataElement.


Field Summary
static String copyright
           
 
Method Summary
static String getAliasValue(Object element)
          Query and return the alias value from the given input object.
static String getColumnHeading1Value(Object element)
          Query and return the column heading 1 value from the given input object.
static String getColumnHeading2Value(Object element)
          Query and return the column heading 2 value from the given input object.
static String getColumnHeading3Value(Object element)
          Query and return the column heading 3 value from the given input object.
static String getEditCodeValue(Object element)
          Query and return the edit code value from the given input object.
static String getEditWordValue(Object element)
          Query and return the edit word value from the given input object.
static String getLengthValue(Object element)
          Query and return the length value from the given input object.
static String getTextValue(Object element)
          Query and return the text value from the given input object.
static String getTranslatedTypeValue(Object element)
          Query and return the translated type value from the given input object.
 
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
Method Detail

getLengthValue

public static String getLengthValue(Object element)
Query and return the length value from the given input object.


getTextValue

public static String getTextValue(Object element)
Query and return the text value from the given input object.


getColumnHeading1Value

public static String getColumnHeading1Value(Object element)
Query and return the column heading 1 value from the given input object.


getColumnHeading2Value

public static String getColumnHeading2Value(Object element)
Query and return the column heading 2 value from the given input object.


getColumnHeading3Value

public static String getColumnHeading3Value(Object element)
Query and return the column heading 3 value from the given input object.


getAliasValue

public static String getAliasValue(Object element)
Query and return the alias value from the given input object.


getEditCodeValue

public static String getEditCodeValue(Object element)
Query and return the edit code value from the given input object.


getEditWordValue

public static String getEditWordValue(Object element)
Query and return the edit word value from the given input object.


getTranslatedTypeValue

public static String getTranslatedTypeValue(Object element)
Query and return the translated type value from the given input object.


iSeries Remote Systems
v6.0.0

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.