Uses of Class
com.eu.miscedautils.ipxact.Component.ComponentPortDirectionType

Packages that use ComponentPortDirectionType
com.eu.miscedautils.ipxact.Component   
com.eu.miscedautils.shell   
 

Uses of ComponentPortDirectionType in com.eu.miscedautils.ipxact.Component
 

Methods in com.eu.miscedautils.ipxact.Component that return ComponentPortDirectionType
static ComponentPortDirectionType ComponentPortDirectionType.fromValue(java.lang.String v)
           
 ComponentPortDirectionType PortWireType.getDirection()
          Gets the value of the direction property.
static ComponentPortDirectionType ComponentPortDirectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ComponentPortDirectionType[] ComponentPortDirectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type ComponentPortDirectionType
 void PortWireType.setDirection(ComponentPortDirectionType value)
          Sets the value of the direction property.
 

Uses of ComponentPortDirectionType in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell that return ComponentPortDirectionType
 ComponentPortDirectionType IPXACTBackBone.createPortWireDirection(java.lang.String dir)