com.ibm.wbit.tel
Interface TInterface
All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
- public interface TInterface
- extends org.eclipse.emf.ecore.EObject
Since:
6.0.1
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getKind()
Returns the value of the 'Kind' attribute.
|
|
|
getOperation()
Returns the value of the 'Operation' attribute
|
|
getOperationName()
|
|
getPortType()
Returns the value of the 'Port Type' attribute
|
|
getPortTypeName()
|
|
isSetKind()
Returns whether the value of the '
Kind ' attribute is set
|
|
setKind(TInterfaceKinds value)
Sets the value of the '
Kind ' attribute
|
|
setOperation(javax.wsdl.Operation value)
Sets the value of the '
Operation ' attribute
|
|
setPortType(javax.wsdl.PortType value)
Sets the value of the '
Port Type ' attribute
|
|
unsetKind()
Unsets the value of the '
Kind ' 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 |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getKind
- TInterfaceKinds getKind()
Returns:
the value of the 'Kind' attribute.
See Also:
setKind
- void setKind(TInterfaceKinds value)
Sets the value of the '
Kind
' attribute.
Parameters:
value
- the new value of the 'Kind' attribute. See Also:
unsetKind
- void unsetKind()
Unsets the value of the '
Kind
' attribute.
See Also:
isSetKind
- boolean isSetKind()
Returns whether the value of the '
Kind
' attribute is set.
Returns:
whether the value of the 'Kind' attribute is set.
See Also:
getOperation
- javax.wsdl.Operation getOperation( )
- throws com.ibm.wbit.tel.exception.InterfaceException
Returns the value of the 'Operation' attribute.
If the meaning of the 'Operation' attribute isn't clear, there really should be more of a description here...
Returns:
the value of the 'Operation' attribute.
Throws:
com.ibm.wbit.tel.exception.InterfaceException
See Also:
getOperationName
- java.lang.String getOperationName( )
setOperation
- void setOperation(javax.wsdl.Operation value)
Sets the value of the '
Operation
' attribute.
getPortType
- javax.wsdl.PortType getPortType( )
- throws com.ibm.wbit.tel.exception.InterfaceException
Returns the value of the 'Port Type' attribute.
If the meaning of the 'Port Type' attribute isn't clear, there really should be more of a description here...
Returns:
the value of the 'Port Type' attribute.
Throws:
com.ibm.wbit.tel.exception.InterfaceException
See Also:
setPortType
- void setPortType(javax.wsdl.PortType value)
Sets the value of the '
Port Type
' attribute.
getPortTypeName
- javax.xml.namespace.QName getPortTypeName( )
TInterfaceKinds
.If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...