Package org.dmd.dmt.shared.generated.types

Examples of org.dmd.dmt.shared.generated.types.DmcTypeDmtStringNameSV


        return(rc);
    }

    // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:774)
    public DmtStringName getAnotherDmtName(){
        DmcTypeDmtStringNameSV attr = (DmcTypeDmtStringNameSV) get(DmtDMSAG.__anotherDmtName);
        if (attr == null)
            return(null);

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


     */
    // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:814)
    public void setAnotherDmtName(DmtStringName value) {
        DmcAttribute<?> attr = get(DmtDMSAG.__anotherDmtName);
        if (attr == null)
            attr = new DmcTypeDmtStringNameSV(DmtDMSAG.__anotherDmtName);
       
        try{
            attr.set(value);
            set(DmtDMSAG.__anotherDmtName,attr);
        }
View Full Code Here

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

         rem(DmtDMSAG.__anotherDmtName);
    }

    // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:774)
    public DmtStringName getDmtStringName(){
        DmcTypeDmtStringNameSV attr = (DmcTypeDmtStringNameSV) get(DmtDMSAG.__dmtStringName);
        if (attr == null)
            return(null);

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

     */
    // org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:814)
    public void setDmtStringName(DmtStringName value) {
        DmcAttribute<?> attr = get(DmtDMSAG.__dmtStringName);
        if (attr == null)
            attr = new DmcTypeDmtStringNameSV(DmtDMSAG.__dmtStringName);
       
        try{
            attr.set(value);
            set(DmtDMSAG.__dmtStringName,attr);
        }
View Full Code Here

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

TOP

Related Classes of org.dmd.dmt.shared.generated.types.DmcTypeDmtStringNameSV

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.