|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WBIRestWebModule
A representation of the model object 'WBI Rest Web Module'.
The following features are supported:
RestServicePackage.getWBIRestWebModule()
Method Summary | |
---|---|
java.lang.String |
getApplicationName()
Returns the value of the 'Application Name' attribute |
java.lang.String |
getContextRoot()
Returns the value of the 'Context Root' attribute |
org.eclipse.emf.common.util.EList |
getEndpoints()
Returns the value of the 'Endpoints' containment reference list. |
java.lang.String |
getHostName()
Returns the value of the 'Host Name' attribute |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
java.lang.String |
getPort()
Returns the value of the 'Port' attribute |
java.lang.String |
getTransportType()
Returns the value of the 'Transport Type' attribute |
boolean |
isDefault()
Returns the value of the 'Default' attribute |
void |
setApplicationName(java.lang.String value)
Sets the value of the ' Application Name ' attribute |
void |
setContextRoot(java.lang.String value)
Sets the value of the ' Context Root ' attribute |
void |
setDefault(boolean value)
Sets the value of the ' Default ' attribute |
void |
setHostName(java.lang.String value)
Sets the value of the ' Host Name ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setPort(java.lang.String value)
Sets the value of the ' Port ' attribute |
void |
setTransportType(java.lang.String value)
Sets the value of the ' Transport Type ' attribute |
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 |
Method Detail |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
RestServicePackage.getWBIRestWebModule_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getApplicationName()
If the meaning of the 'Application Name' attribute isn't clear, there really should be more of a description here...
setApplicationName(String)
,
RestServicePackage.getWBIRestWebModule_ApplicationName()
void setApplicationName(java.lang.String value)
Application Name
' attribute.
value
- the new value of the 'Application Name' attribute.getApplicationName()
java.lang.String getContextRoot()
If the meaning of the 'Context Root' attribute isn't clear, there really should be more of a description here...
setContextRoot(String)
,
RestServicePackage.getWBIRestWebModule_ContextRoot()
void setContextRoot(java.lang.String value)
Context Root
' attribute.
value
- the new value of the 'Context Root' attribute.getContextRoot()
java.lang.String getTransportType()
If the meaning of the 'Transport Type' attribute isn't clear, there really should be more of a description here...
setTransportType(String)
,
RestServicePackage.getWBIRestWebModule_TransportType()
void setTransportType(java.lang.String value)
Transport Type
' attribute.
value
- the new value of the 'Transport Type' attribute.getTransportType()
java.lang.String getHostName()
If the meaning of the 'Host Name' attribute isn't clear, there really should be more of a description here...
setHostName(String)
,
RestServicePackage.getWBIRestWebModule_HostName()
void setHostName(java.lang.String value)
Host Name
' attribute.
value
- the new value of the 'Host Name' attribute.getHostName()
java.lang.String getPort()
If the meaning of the 'Port' attribute isn't clear, there really should be more of a description here...
setPort(String)
,
RestServicePackage.getWBIRestWebModule_Port()
void setPort(java.lang.String value)
Port
' attribute.
value
- the new value of the 'Port' attribute.getPort()
boolean isDefault()
If the meaning of the 'Default' attribute isn't clear, there really should be more of a description here...
setDefault(boolean)
,
RestServicePackage.getWBIRestWebModule_Default()
void setDefault(boolean value)
Default
' attribute.
value
- the new value of the 'Default' attribute.isDefault()
org.eclipse.emf.common.util.EList getEndpoints()
WBIRestEndpoint
.
If the meaning of the 'Endpoints' containment reference list isn't clear, there really should be more of a description here...
RestServicePackage.getWBIRestWebModule_Endpoints()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |