Package conductor.WFCustomIF

Source Code of conductor.WFCustomIF.AccessRuleDefImp_2A

package conductor.WFCustomIF;

import java.io.Serializable;

import Framework.RuntimeProperties;
import Framework.UsageException;
import conductor.OFCustomIF.AccessRuleDefImp;

/**
* AccessRuleDefImp_2A<p>
* <p>
* <b>This class was generated from the library WFCustomIF and needs to be replaced by the
* proper source code from the library. It has been generated only to remove compile-time errors and
* is non-functional. </b>
* <p>
* @author Generated from Forte
* @since  05-Jul-2008
*/
@RuntimeProperties(isDistributed=false, isAnchored=false, isShared=false, isTransactional=false)
@SuppressWarnings("serial")
public class AccessRuleDefImp_2A
        extends AccessRuleDefImp
        implements Serializable, AccessRuleIFace_2A
{

    // ------------
    // Constructors
    // ------------
    public AccessRuleDefImp_2A() {
        // Explicitly call the superclass constructor to prevent the implicit call
        super();

    }

    // -------
    // Methods
    // -------
    /**
     * getRuleType<p>
     * <p>
     * @return int
     */
    public int getRuleType() {
        throw new UsageException("This is a stub method only from a Forte library, please implement the library");
    }
// end class AccessRuleDefImp_2A
// c Pass 2 Conversion Time: 125 milliseconds
TOP

Related Classes of conductor.WFCustomIF.AccessRuleDefImp_2A

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.