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

Packages that use ComponentPortDirectionType
com.eu.miscedautils.ipxact.AbstractionDefinition   
 

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

Methods in com.eu.miscedautils.ipxact.AbstractionDefinition 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.AbstractionDefinition with parameters of type ComponentPortDirectionType
 void PortWireType.setDirection(ComponentPortDirectionType value)
          Sets the value of the direction property.