/** * 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 Switchable as well as methods comparable to the * invokeMethods defined for this class. This Class implements the SwitchableBean Interface. The CIM class Switchable is described as follows: * * A switch port has a LANEndpoint that is exposed via this relationship. The associaiton is deprecated since a binding is not the correct * relationship. The SwitchPort is simply another aspect of the LANEndpoint - which is indicated by the EndpointIdentity relationship. */ @Deprecated public class Switchable extends BindsToLANEndpoint implements Serializable { /** * This constructor creates a SwitchableBeanImpl Class which implements the SwitchableBean Interface, and encapsulates the CIM class Switchable in * a Java Bean. The CIM class Switchable is described as follows: * * A switch port has a LANEndpoint that is exposed via this relationship. The associaiton is deprecated since a binding is not the correct * relationship. The SwitchPort is simply another aspect of the LANEndpoint - which is indicated by the EndpointIdentity relationship. */ public Switchable() { }; /** * This method create an Association of the type Switchable between one LANEndpoint object and SwitchPort object */ @Deprecated public static Switchable link(LANEndpoint antecedent, SwitchPort dependent) { return (Switchable) Association.link(Switchable.class, antecedent, dependent); }// link } // Class Switchable