com.ibm.xtools.uml.rt.core
Interface RTPortRedefinition


public interface RTPortRedefinition

Represents UMLRT Port Redefinition

Author:
gsturov

Nested Class Summary
static class RTPortRedefinition.REGISTRATION_KIND
           
 
Method Summary
 RTProtocol getProtocol()
           
 RTPortRedefinition.REGISTRATION_KIND getRegistration()
           
 java.lang.String getRegistrationOverride()
           
 boolean isConjugated()
           
 boolean isNotification()
           
 boolean isPublish()
           
 boolean isWired()
           
 void setIsConjugated(boolean value)
          Sets state of "conjugate" flag
 void setIsNotification(boolean value)
          Sets state of "notification" flag
 void setIsPublish(boolean value)
          Sets state of "wired" flag
 void setIsWired(boolean value)
          Sets state of "wired" flag
 void setRegistration(RTPortRedefinition.REGISTRATION_KIND value)
          Sets status of "registration" attribute
 void setRegistrationOverride(java.lang.String value)
          Sets state of "registration override" flag
 

Method Detail

isNotification

boolean isNotification()
Returns:
state of "notification" flag

setIsNotification

void setIsNotification(boolean value)
Sets state of "notification" flag

Parameters:
value -

isConjugated

boolean isConjugated()
Returns:
state of "conjugate" flag

setIsConjugated

void setIsConjugated(boolean value)
Sets state of "conjugate" flag

Parameters:
value -

isWired

boolean isWired()
Returns:
state of "wired" flag

setIsWired

void setIsWired(boolean value)
Sets state of "wired" flag

Parameters:
value -

isPublish

boolean isPublish()
Returns:
state of "publish" flag

setIsPublish

void setIsPublish(boolean value)
Sets state of "wired" flag

Parameters:
value -

getRegistration

RTPortRedefinition.REGISTRATION_KIND getRegistration()
Returns:
status of "registration" attribute

setRegistration

void setRegistration(RTPortRedefinition.REGISTRATION_KIND value)
Sets status of "registration" attribute

Parameters:
value -

getRegistrationOverride

java.lang.String getRegistrationOverride()
Returns:
state of "registration override" flag

setRegistrationOverride

void setRegistrationOverride(java.lang.String value)
Sets state of "registration override" flag

Parameters:
value -

getProtocol

RTProtocol getProtocol()
Returns:
Protocol this Port is typed with