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

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

/**
 * OperationInputField class proxy interface.
 */
public interface OperationInputFieldClass extends javax.jmi.reflect.RefClass {
    /**
     * The default factory operation used to create an instance object.
     * @return The created instance object.
     */
    public OperationInputField createOperationInputField();
    /**
     * Creates an instance object having attributes initialized by the passed 
     * values.
     * @param Name 
     * @param Description 
     * @param OwnerIdentifier Optional identifier of the party who is responsible 
     * for the creation,deletion  and validity of this model element. At the moment 
     * used to resolve conflicts between automatic model assistants.   At the 
     * moment always empty for the objects created by humans.
     * @param IsArray 
     * @return The created instance object.
     */
    public OperationInputField createOperationInputField(java.lang.String name, java.lang.String description, java.lang.String ownerIdentifier, boolean isArray);
    /**
     * @param pRef 
     * @return 
     */
    public com.metaboss.sdlctools.models.metabossmodel.ModelElement getByRef(java.lang.String pRef);
    /**
     * @param pRef 
     * @return 
     */
    public com.metaboss.sdlctools.models.metabossmodel.ModelElement findByRef(java.lang.String pRef);
}
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.