|
SMILA 1.0 API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.smila.connectivity.framework.schema.config.DataConnectionID
public class DataConnectionID
The Class DataConnectionID.
Nested Class Summary | |
---|---|
static class |
DataConnectionID.DataConnectionType
The Enum DataConnectionType. |
Constructor Summary | |
---|---|
DataConnectionID()
|
Method Summary | |
---|---|
java.lang.String |
getId()
Gets id property. |
DataConnectionID.DataConnectionType |
getType()
Gets the type. |
void |
setId(java.lang.String id)
Sets the id property. |
void |
setType(DataConnectionID.DataConnectionType type)
Sets the type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataConnectionID()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the new idpublic DataConnectionID.DataConnectionType getType()
public void setType(DataConnectionID.DataConnectionType type)
type
- the new type
|
SMILA 1.0 API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |