Package org.dmd.dms.generated.dmo

Examples of org.dmd.dms.generated.dmo.ClassDefinitionDMO


    /**
     * Default constructor.
     */
    public ClassDefinition(){
      super(new ClassDefinitionDMO(),MetaSchemaAG._ClassDefinition);
      init();
      classInfo = null;
    }
View Full Code Here


   
    DmcTypeClassDefinitionREFMV objClass = (DmcTypeClassDefinitionREFMV) attributes.get(__objectClass.id);
    if (objClass != null){
      ClassDefinitionREF ref = objClass.getMVnth(0);
      if (ref.getObject() != null){
        ClassDefinitionDMO dmo = ref.getObject();
        rc = dmo.getDataType();
      }
    }
     
    return(rc);
  }
View Full Code Here

TOP

Related Classes of org.dmd.dms.generated.dmo.ClassDefinitionDMO

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.