Package org.dmd.dms.generated.types

Examples of org.dmd.dms.generated.types.DmcTypeDmcObjectSV


         rem(DmpDMSAG.__objectList);
    }

    // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:774)
    public DmcObject getActionTrigger(){
        DmcTypeDmcObjectSV attr = (DmcTypeDmcObjectSV) get(DmpDMSAG.__actionTrigger);
        if (attr == null)
            return(null);

        return(attr.getSV());
    }
View Full Code Here


     */
    // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:814)
    public void setActionTrigger(DmcObject value) {
        DmcAttribute<?> attr = get(DmpDMSAG.__actionTrigger);
        if (attr == null)
            attr = new DmcTypeDmcObjectSV(DmpDMSAG.__actionTrigger);
       
        try{
            attr.set(value);
            set(DmpDMSAG.__actionTrigger,attr);
        }
View Full Code Here

     * Sets actionTrigger to the specified value.
     * @param value A value compatible with DmcTypeDmcObjectSV
     */
    // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:867)
    public void setActionTrigger(Object value) throws DmcValueException {
        DmcTypeDmcObjectSV attr  = (DmcTypeDmcObjectSV) get(DmpDMSAG.__actionTrigger);
        if (attr == null)
            attr = new DmcTypeDmcObjectSV(DmpDMSAG.__actionTrigger);
       
        attr.set(value);
        set(DmpDMSAG.__actionTrigger,attr);
    }
View Full Code Here

         rem(DmpDMSAG.__requestID);
    }

    // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:774)
    public DmcObject getNewObject(){
        DmcTypeDmcObjectSV attr = (DmcTypeDmcObjectSV) get(DmpDMSAG.__newObject);
        if (attr == null)
            return(null);

        return(attr.getSV());
    }
View Full Code Here

     */
    // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:814)
    public void setNewObject(DmcObject value) {
        DmcAttribute<?> attr = get(DmpDMSAG.__newObject);
        if (attr == null)
            attr = new DmcTypeDmcObjectSV(DmpDMSAG.__newObject);
       
        try{
            attr.set(value);
            set(DmpDMSAG.__newObject,attr);
        }
View Full Code Here

     * Sets newObject to the specified value.
     * @param value A value compatible with DmcTypeDmcObjectSV
     */
    // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:867)
    public void setNewObject(Object value) throws DmcValueException {
        DmcTypeDmcObjectSV attr  = (DmcTypeDmcObjectSV) get(DmpDMSAG.__newObject);
        if (attr == null)
            attr = new DmcTypeDmcObjectSV(DmpDMSAG.__newObject);
       
        attr.set(value);
        set(DmpDMSAG.__newObject,attr);
    }
View Full Code Here

         rem(MetaDMSAG.__modify);
    }

    // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:774)
    public DmcObject getSourceObject(){
        DmcTypeDmcObjectSV attr = (DmcTypeDmcObjectSV) get(DmpDMSAG.__sourceObject);
        if (attr == null)
            return(null);

        return(attr.getSV());
    }
View Full Code Here

     */
    // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:814)
    public void setSourceObject(DmcObject value) {
        DmcAttribute<?> attr = get(DmpDMSAG.__sourceObject);
        if (attr == null)
            attr = new DmcTypeDmcObjectSV(DmpDMSAG.__sourceObject);
       
        try{
            attr.set(value);
            set(DmpDMSAG.__sourceObject,attr);
        }
View Full Code Here

     * Sets sourceObject to the specified value.
     * @param value A value compatible with DmcTypeDmcObjectSV
     */
    // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:867)
    public void setSourceObject(Object value) throws DmcValueException {
        DmcTypeDmcObjectSV attr  = (DmcTypeDmcObjectSV) get(DmpDMSAG.__sourceObject);
        if (attr == null)
            attr = new DmcTypeDmcObjectSV(DmpDMSAG.__sourceObject);
       
        attr.set(value);
        set(DmpDMSAG.__sourceObject,attr);
    }
View Full Code Here

TOP

Related Classes of org.dmd.dms.generated.types.DmcTypeDmcObjectSV

Copyright © 2018 www.massapicom. 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.