com.telelogic.rhapsody.core
Class IRPTableLayout.Column.GeneralAttribute

java.lang.Object
  extended by com.telelogic.rhapsody.core.IRPTableLayout.Column.GeneralAttribute
Enclosing class:
IRPTableLayout.Column

public static final class IRPTableLayout.Column.GeneralAttribute
extends java.lang.Object

Contains values to be used for Property parameter of addColumn method, when GeneralAttribute is selected for the Type parameter of addColumn method.


Field Summary
static java.lang.String CLASSIFIER
          Value to be used for Property parameter of addColumn method, when GeneralAttribute is selected for the Type parameter of addColumn method.
static java.lang.String DESCRIPTION
          Value to be used for Property parameter of addColumn method, when GeneralAttribute is selected for the Type parameter of addColumn method.
static java.lang.String ELEMENT_TYPE
          Value to be used for Property parameter of addColumn method, when GeneralAttribute is selected for the Type parameter of addColumn method.
static java.lang.String FULL_PATH_NAME
           
static java.lang.String LABEL
          Value to be used for Property parameter of addColumn method, when GeneralAttribute is selected for the Type parameter of addColumn method.
static java.lang.String NAME
          Value to be used for Property parameter of addColumn method, when GeneralAttribute is selected for the Type parameter of addColumn method.
static java.lang.String OWNER
          Value to be used for Property parameter of addColumn method, when GeneralAttribute is selected for the Type parameter of addColumn method.
static java.lang.String STEREOTYPES
          Value to be used for Property parameter of addColumn method, when GeneralAttribute is selected for the Type parameter of addColumn method.
static java.lang.String VALUE
           
 
Constructor Summary
IRPTableLayout.Column.GeneralAttribute()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Value to be used for Property parameter of addColumn method, when GeneralAttribute is selected for the Type parameter of addColumn method.

See Also:
Constant Field Values

LABEL

public static final java.lang.String LABEL
Value to be used for Property parameter of addColumn method, when GeneralAttribute is selected for the Type parameter of addColumn method.

See Also:
Constant Field Values

OWNER

public static final java.lang.String OWNER
Value to be used for Property parameter of addColumn method, when GeneralAttribute is selected for the Type parameter of addColumn method.

See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
Value to be used for Property parameter of addColumn method, when GeneralAttribute is selected for the Type parameter of addColumn method.

See Also:
Constant Field Values

ELEMENT_TYPE

public static final java.lang.String ELEMENT_TYPE
Value to be used for Property parameter of addColumn method, when GeneralAttribute is selected for the Type parameter of addColumn method.

See Also:
Constant Field Values

STEREOTYPES

public static final java.lang.String STEREOTYPES
Value to be used for Property parameter of addColumn method, when GeneralAttribute is selected for the Type parameter of addColumn method.

See Also:
Constant Field Values

CLASSIFIER

public static final java.lang.String CLASSIFIER
Value to be used for Property parameter of addColumn method, when GeneralAttribute is selected for the Type parameter of addColumn method.

See Also:
Constant Field Values

FULL_PATH_NAME

public static final java.lang.String FULL_PATH_NAME
See Also:
Constant Field Values

VALUE

public static final java.lang.String VALUE
See Also:
Constant Field Values
Constructor Detail

IRPTableLayout.Column.GeneralAttribute

public IRPTableLayout.Column.GeneralAttribute()