/** * 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 ElementStatisticalData as well as methods comparable * to the invokeMethods defined for this class. This Class implements the ElementStatisticalDataBean Interface. The CIM class ElementStatisticalData * is described as follows: * * CIM_ElementStatisticalData is an association that relates a ManagedElement to its StatisticalData. Note that the cardinality of the ManagedElement * reference is Min(1), Max(1). This cardinality mandates the instantiation of the ElementStatisticalData association for the referenced instance of * CIM_StatisticalData. ElementStatisticalData describes the existence requirements and context for the CIM_StatisticalData, relative to a specific * ManagedElement. */ public class ElementStatisticalData extends Association implements Serializable { /** * This constructor creates a ElementStatisticalDataBeanImpl Class which implements the ElementStatisticalDataBean Interface, and encapsulates the * CIM class ElementStatisticalData in a Java Bean. The CIM class ElementStatisticalData is described as follows: * * CIM_ElementStatisticalData is an association that relates a ManagedElement to its StatisticalData. Note that the cardinality of the * ManagedElement reference is Min(1), Max(1). This cardinality mandates the instantiation of the ElementStatisticalData association for the * referenced instance of CIM_StatisticalData. ElementStatisticalData describes the existence requirements and context for the * CIM_StatisticalData, relative to a specific ManagedElement. */ public ElementStatisticalData() { }; /** * This method create an Association of the type ElementStatisticalData between one ManagedElement object and StatisticalData object */ public static ElementStatisticalData link(ManagedElement managedElement, StatisticalData stats) { return (ElementStatisticalData) Association.link(ElementStatisticalData.class, managedElement, stats); }// link } // Class ElementStatisticalData