Package org.dmd.dms.generated.dmw

Examples of org.dmd.dms.generated.dmw.StringToStringIterableDMW


    public StringToStringIterableDMW getTmStringIterable(){
        DmcAttribute<?> attr = ((PrimitiveTMDMO) core).get(DmtDMSAG.__tmString);
        if (attr == null)
            return(StringToStringIterableDMW.emptyList);
       
        return(new StringToStringIterableDMW(((PrimitiveTMDMO) core).getTmString()));
    }
View Full Code Here


    public StringToStringIterableDMW getHmStringIterable(){
        DmcAttribute<?> attr = ((PrimitiveHMDMO) core).get(DmtDMSAG.__hmString);
        if (attr == null)
            return(StringToStringIterableDMW.emptyList);
       
        return(new StringToStringIterableDMW(((PrimitiveHMDMO) core).getHmString()));
    }
View Full Code Here

TOP

Related Classes of org.dmd.dms.generated.dmw.StringToStringIterableDMW

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.