TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.configuration
Interface HyadesDatabaseEnumeration

All Superinterfaces:
CFGPsudoEnumeration, org.eclipse.emf.ecore.EObject, ICategoryEnumeration, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
HyadesDatabaseEnumerationImpl

public interface HyadesDatabaseEnumeration
extends CFGPsudoEnumeration

A representation of the model object 'Hyades Database Enumeration'.

The following features are supported:

See Also:
Common_ConfigurationPackage.getHyadesDatabaseEnumeration()
Generated
[EMF] Model

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getDB_1()
          Returns the value of the 'DB 1' attribute.
 java.lang.String getDB_2()
          Returns the value of the 'DB 2' attribute.
 java.lang.String getDB_3()
          Returns the value of the 'DB 3' attribute.
 java.lang.String getDB_4()
          Returns the value of the 'DB 4' attribute.
 void setDB_1(java.lang.String value)
          Sets the value of the 'DB 1' attribute
 void setDB_2(java.lang.String value)
          Sets the value of the 'DB 2' attribute
 void setDB_3(java.lang.String value)
          Sets the value of the 'DB 3' attribute
 void setDB_4(java.lang.String value)
          Sets the value of the 'DB 4' attribute
 
Methods inherited from interface org.eclipse.hyades.models.common.configuration.CFGPsudoEnumeration
getCategory, getValues, setCategory
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.hyades.models.common.configuration.util.ICategoryEnumeration
getICategory, getIEnumerationValues
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getDB_1

public java.lang.String getDB_1()
Returns the value of the 'DB 1' attribute. The default value is "DB.IBM.DB2".

If the meaning of the 'DB 1' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'DB 1' attribute.
See Also:
setDB_1(String), Common_ConfigurationPackage.getHyadesDatabaseEnumeration_DB_1()
Generated
[EMF] Model
default="DB.IBM.DB2"

setDB_1

public void setDB_1(java.lang.String value)
Sets the value of the 'DB 1' attribute.

Parameters:
value - the new value of the 'DB 1' attribute.
See Also:
getDB_1()
Generated

getDB_2

public java.lang.String getDB_2()
Returns the value of the 'DB 2' attribute. The default value is "DB.Oracle.Oracle".

If the meaning of the 'DB 2' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'DB 2' attribute.
See Also:
setDB_2(String), Common_ConfigurationPackage.getHyadesDatabaseEnumeration_DB_2()
Generated
[EMF] Model
default="DB.Oracle.Oracle"

setDB_2

public void setDB_2(java.lang.String value)
Sets the value of the 'DB 2' attribute.

Parameters:
value - the new value of the 'DB 2' attribute.
See Also:
getDB_2()
Generated

getDB_3

public java.lang.String getDB_3()
Returns the value of the 'DB 3' attribute. The default value is "DB.Microsoft.Access".

If the meaning of the 'DB 3' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'DB 3' attribute.
See Also:
setDB_3(String), Common_ConfigurationPackage.getHyadesDatabaseEnumeration_DB_3()
Generated
[EMF] Model
default="DB.Microsoft.Access"

setDB_3

public void setDB_3(java.lang.String value)
Sets the value of the 'DB 3' attribute.

Parameters:
value - the new value of the 'DB 3' attribute.
See Also:
getDB_3()
Generated

getDB_4

public java.lang.String getDB_4()
Returns the value of the 'DB 4' attribute. The default value is "DB.Sybase.SQLAnywhere".

If the meaning of the 'DB 4' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'DB 4' attribute.
See Also:
setDB_4(String), Common_ConfigurationPackage.getHyadesDatabaseEnumeration_DB_4()
Generated
[EMF] Model
default="DB.Sybase.SQLAnywhere"

setDB_4

public void setDB_4(java.lang.String value)
Sets the value of the 'DB 4' attribute.

Parameters:
value - the new value of the 'DB 4' attribute.
See Also:
getDB_4()
Generated

TPTP 4.4.0 Platform Project
Public API Specification