Uses of Class
org.objectweb.dsrg.sofa.repository.model.ConnectionType

Packages that use ConnectionType
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
 

Uses of ConnectionType in org.objectweb.dsrg.sofa.repository.model
 

Fields in org.objectweb.dsrg.sofa.repository.model with type parameters of type ConnectionType
static java.util.List<ConnectionType> ConnectionType.VALUES
          A public read-only list of all the 'Connection Type' enumerators
 

Methods in org.objectweb.dsrg.sofa.repository.model that return ConnectionType
static ConnectionType ConnectionType.get(int value)
          Returns the 'Connection Type' literal with the specified integer value
static ConnectionType ConnectionType.get(java.lang.String literal)
          Returns the 'Connection Type' literal with the specified literal value
static ConnectionType ConnectionType.getByName(java.lang.String name)
          Returns the 'Connection Type' literal with the specified name
 ConnectionType Interface.getConnectionType()
          Returns the value of the 'Connection Type' attribute.
static ConnectionType ConnectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConnectionType[] ConnectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type ConnectionType
 Interface Frame.addProvision(java.lang.String name, InterfaceType iface, java.lang.String comStyle, ConnectionType conType, boolean isCol)
           
 Interface Frame.addRequirement(java.lang.String name, InterfaceType iface, java.lang.String comStyle, ConnectionType conType, boolean isCol)
           
 void Interface.setConnectionType(ConnectionType value)
          Sets the value of the 'Connection Type' attribute
 

Uses of ConnectionType in org.objectweb.dsrg.sofa.repository.model.impl
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as ConnectionType
protected static ConnectionType InterfaceImpl.CONNECTION_TYPE_EDEFAULT
          The default value of the 'Connection Type' attribute
protected  ConnectionType InterfaceImpl.connectionType
          The cached value of the 'Connection Type' attribute
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return ConnectionType
 ConnectionType ModelFactoryImpl.createConnectionTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ConnectionType InterfaceImpl.getConnectionType()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type ConnectionType
 Interface FrameImpl.addProvision(java.lang.String name, InterfaceType iface, java.lang.String comStyle, ConnectionType conType, boolean isCol)
           
 Interface FrameImpl.addRequirement(java.lang.String name, InterfaceType iface, java.lang.String comStyle, ConnectionType conType, boolean isCol)
           
 void InterfaceImpl.setConnectionType(ConnectionType newConnectionType)