/** * This file was auto-generated by mofcomp -j version 1.0.0 on Wed Jan 12 * 09:21:06 CET 2011. */ package org.opennaas.extensions.router.model; import java.io.*; /** * This Class contains accessor and mutator methods for all properties defined in the CIM class ElementConfiguration as well as methods comparable to * the invokeMethods defined for this class. This Class implements the ElementConfigurationBean Interface. The CIM class ElementConfiguration is * described as follows: * * Note: The Configuration class is being deprecated in lieu of using a ConcreteComponent relationship to indicate a hierarchy of Setting or * SettingData instances. This association allows the reuse of the element to Setting or SettingData associations instead of defining a peer * association specifically for Configurations. Deprecated description: This association relates a Configuration object to one or more * ManagedSystemElements. The Configuration object represents a certain behavior or a desired functional state for the associated * ManagedSystemElements. */ @Deprecated public class ElementConfiguration extends Association implements Serializable { /** * This constructor creates a ElementConfigurationBeanImpl Class which implements the ElementConfigurationBean Interface, and encapsulates the CIM * class ElementConfiguration in a Java Bean. The CIM class ElementConfiguration is described as follows: * * Note: The Configuration class is being deprecated in lieu of using a ConcreteComponent relationship to indicate a hierarchy of Setting or * SettingData instances. This association allows the reuse of the element to Setting or SettingData associations instead of defining a peer * association specifically for Configurations. Deprecated description: This association relates a Configuration object to one or more * ManagedSystemElements. The Configuration object represents a certain behavior or a desired functional state for the associated * ManagedSystemElements. */ public ElementConfiguration() { }; /** * This method create an Association of the type ElementConfiguration between one ManagedSystemElement object and Configuration object */ @Deprecated public static ElementConfiguration link(ManagedSystemElement element, Configuration configuration) { return (ElementConfiguration) Association.link(ElementConfiguration.class, element, configuration); }// link } // Class ElementConfiguration