OperationOutputMessage.java :  » UML » MetaBoss » com » metaboss » sdlctools » models » metabossmodel » enterprisemodel » Java Open Source

Java Open Source » UML » MetaBoss 
MetaBoss » com » metaboss » sdlctools » models » metabossmodel » enterprisemodel » OperationOutputMessage.java
package com.metaboss.sdlctools.models.metabossmodel.enterprisemodel;

/**
 * OperationOutputMessage object instance interface.
 */
public interface OperationOutputMessage extends com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.AbstractMessageField {
    /**
     * Returns the value of reference operation.
     * @return Value of reference operation.
     */
    public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.AbstractOperation getOperation();
    /**
     * Sets the value of reference operation. See {@link #getOperation} for description 
     * on the reference.
     * @param newValue New value to be set.
     */
    public void setOperation(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.AbstractOperation newValue);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.