Uses of Class
org.eclipse.datatools.modelbase.sql.datatypes.LinkControlOption

Packages that use LinkControlOption
org.eclipse.datatools.modelbase.sql.datatypes   
 

Uses of LinkControlOption in org.eclipse.datatools.modelbase.sql.datatypes
 

Fields in org.eclipse.datatools.modelbase.sql.datatypes declared as LinkControlOption
static LinkControlOption LinkControlOption.FILE_LINK_CONTROL_LITERAL
          The 'FILE LINK CONTROL' literal object.
static LinkControlOption LinkControlOption.NO_FILE_LINK_CONTROL_LITERAL
          The 'NO FILE LINK CONTROL' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes that return LinkControlOption
static LinkControlOption LinkControlOption.get(int value)
          Returns the 'Link Control Option' literal with the specified integer value.
static LinkControlOption LinkControlOption.get(java.lang.String literal)
          Returns the 'Link Control Option' literal with the specified literal value.
static LinkControlOption LinkControlOption.getByName(java.lang.String name)
          Returns the 'Link Control Option' literal with the specified name.
 LinkControlOption DataLinkDataType.getLinkControl()
          Returns the value of the 'Link Control' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes with parameters of type LinkControlOption
 void DataLinkDataType.setLinkControl(LinkControlOption value)
          Sets the value of the 'Link Control' attribute.