Examples of UCOAllowedAttributesRuleDataDMO


Examples of org.dmd.dmv.shared.generated.dmo.UCOAllowedAttributesRuleDataDMO

*/
public class UCOAllowedAttributesRuleDataDMW extends RuleData implements DmcNamedObjectIF {

    // Generated from: org.dmd.dmg.generators.BaseDMWGeneratorNewest.dumpWrapper(BaseDMWGeneratorNewest.java:443)
    public UCOAllowedAttributesRuleDataDMW() {
        super(new UCOAllowedAttributesRuleDataDMO(), org.dmd.dmv.server.generated.DmvSchemaAG._UCOAllowedAttributesRuleData);
    }
View Full Code Here

Examples of org.dmd.dmv.shared.generated.dmo.UCOAllowedAttributesRuleDataDMO

        super(new UCOAllowedAttributesRuleDataDMO(), org.dmd.dmv.server.generated.DmvSchemaAG._UCOAllowedAttributesRuleData);
    }

    // Generated from: org.dmd.dmg.generators.BaseDMWGeneratorNewest.dumpWrapper(BaseDMWGeneratorNewest.java:449)
    public UCOAllowedAttributesRuleDataDMW(DmcTypeModifierMV mods) {
        super(new UCOAllowedAttributesRuleDataDMO(mods), org.dmd.dmv.server.generated.DmvSchemaAG._UCOAllowedAttributesRuleData);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.