|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WBIRestEndpoint
A representation of the model object 'WBI Rest Endpoint'.
The following features are supported:
Id
Name
Description
Type
Type Display Name
Version
Url
Last Modified
Public Endpoint
Provider Endpoint ID
Jndi Name
Enable
Relative URL
RestServicePackage.getWBIRestEndpoint()
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute |
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getJndiName()
Returns the value of the 'Jndi Name' attribute |
java.lang.String |
getLastModified()
Returns the value of the 'Last Modified' attribute |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
java.lang.String |
getProviderEndpointID()
Returns the value of the 'Provider Endpoint ID' attribute |
java.lang.String |
getRelativeURL()
Returns the value of the 'Relative URL' attribute |
java.lang.String |
getType()
Returns the value of the 'Type' attribute |
java.lang.String |
getTypeDisplayName()
Returns the value of the 'Type Display Name' attribute |
java.lang.String |
getUrl()
Returns the value of the 'Url' attribute |
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute |
boolean |
isEnable()
Returns the value of the 'Enable' attribute. |
boolean |
isPublicEndpoint()
Returns the value of the 'Public Endpoint' attribute |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description ' attribute |
void |
setEnable(boolean value)
Sets the value of the ' Enable ' attribute |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setJndiName(java.lang.String value)
Sets the value of the ' Jndi Name ' attribute |
void |
setLastModified(java.lang.String value)
Sets the value of the ' Last Modified ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setProviderEndpointID(java.lang.String value)
Sets the value of the ' Provider Endpoint ID ' attribute |
void |
setPublicEndpoint(boolean value)
Sets the value of the ' Public Endpoint ' attribute |
void |
setRelativeURL(java.lang.String value)
Sets the value of the ' Relative URL ' attribute |
void |
setType(java.lang.String value)
Sets the value of the ' Type ' attribute |
void |
setTypeDisplayName(java.lang.String value)
Sets the value of the ' Type Display Name ' attribute |
void |
setUrl(java.lang.String value)
Sets the value of the ' Url ' attribute |
void |
setVersion(java.lang.String value)
Sets the value of the ' Version ' 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 getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
RestServicePackage.getWBIRestEndpoint_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
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.getWBIRestEndpoint_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
RestServicePackage.getWBIRestEndpoint_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String)
,
RestServicePackage.getWBIRestEndpoint_Type()
void setType(java.lang.String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
java.lang.String getTypeDisplayName()
If the meaning of the 'Type Display Name' attribute isn't clear, there really should be more of a description here...
setTypeDisplayName(String)
,
RestServicePackage.getWBIRestEndpoint_TypeDisplayName()
void setTypeDisplayName(java.lang.String value)
Type Display Name
' attribute.
value
- the new value of the 'Type Display Name' attribute.getTypeDisplayName()
java.lang.String getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String)
,
RestServicePackage.getWBIRestEndpoint_Version()
void setVersion(java.lang.String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
java.lang.String getUrl()
If the meaning of the 'Url' attribute isn't clear, there really should be more of a description here...
setUrl(String)
,
RestServicePackage.getWBIRestEndpoint_Url()
void setUrl(java.lang.String value)
Url
' attribute.
value
- the new value of the 'Url' attribute.getUrl()
java.lang.String getLastModified()
If the meaning of the 'Last Modified' attribute isn't clear, there really should be more of a description here...
setLastModified(String)
,
RestServicePackage.getWBIRestEndpoint_LastModified()
void setLastModified(java.lang.String value)
Last Modified
' attribute.
value
- the new value of the 'Last Modified' attribute.getLastModified()
boolean isPublicEndpoint()
If the meaning of the 'Public Endpoint' attribute isn't clear, there really should be more of a description here...
setPublicEndpoint(boolean)
,
RestServicePackage.getWBIRestEndpoint_PublicEndpoint()
void setPublicEndpoint(boolean value)
Public Endpoint
' attribute.
value
- the new value of the 'Public Endpoint' attribute.isPublicEndpoint()
java.lang.String getProviderEndpointID()
If the meaning of the 'Provider Endpoint ID' attribute isn't clear, there really should be more of a description here...
setProviderEndpointID(String)
,
RestServicePackage.getWBIRestEndpoint_ProviderEndpointID()
void setProviderEndpointID(java.lang.String value)
Provider Endpoint ID
' attribute.
value
- the new value of the 'Provider Endpoint ID' attribute.getProviderEndpointID()
java.lang.String getJndiName()
If the meaning of the 'Jndi Name' attribute isn't clear, there really should be more of a description here...
setJndiName(String)
,
RestServicePackage.getWBIRestEndpoint_JndiName()
void setJndiName(java.lang.String value)
Jndi Name
' attribute.
value
- the new value of the 'Jndi Name' attribute.getJndiName()
boolean isEnable()
"true"
.
If the meaning of the 'Enable' attribute isn't clear, there really should be more of a description here...
setEnable(boolean)
,
RestServicePackage.getWBIRestEndpoint_Enable()
void setEnable(boolean value)
Enable
' attribute.
value
- the new value of the 'Enable' attribute.isEnable()
java.lang.String getRelativeURL()
If the meaning of the 'Relative URL' attribute isn't clear, there really should be more of a description here...
setRelativeURL(String)
,
RestServicePackage.getWBIRestEndpoint_RelativeURL()
void setRelativeURL(java.lang.String value)
Relative URL
' attribute.
value
- the new value of the 'Relative URL' attribute.getRelativeURL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |