Uses of Class
com.eu.miscedautils.ipxact.Design.Interface

Packages that use Interface
com.eu.miscedautils.ipxact.Design   
 

Uses of Interface in com.eu.miscedautils.ipxact.Design
 

Subclasses of Interface in com.eu.miscedautils.ipxact.Design
 class HierInterface
          Hierarchical reference to an interface
 

Methods in com.eu.miscedautils.ipxact.Design that return Interface
 Interface ObjectFactory.createInterface()
          Create an instance of Interface
 Interface Design.HierConnections.HierConnection.getInterface()
          Gets the value of the interface property.
 

Methods in com.eu.miscedautils.ipxact.Design that return types with arguments of type Interface
 java.util.List<Interface> Interconnection.getActiveInterface()
          Gets the value of the activeInterface property.
 

Methods in com.eu.miscedautils.ipxact.Design with parameters of type Interface
 void Design.HierConnections.HierConnection.setInterface(Interface value)
          Sets the value of the interface property.