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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return BankAlignmentType
static BankAlignmentType BankAlignmentType.fromValue(java.lang.String v)
           
 BankAlignmentType BankedBankType.getBankAlignment()
          Gets the value of the bankAlignment property.
 BankAlignmentType AddressBankType.getBankAlignment()
          Gets the value of the bankAlignment property.
static BankAlignmentType BankAlignmentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BankAlignmentType[] BankAlignmentType.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 BankAlignmentType
 void BankedBankType.setBankAlignment(BankAlignmentType value)
          Sets the value of the bankAlignment property.
 void AddressBankType.setBankAlignment(BankAlignmentType value)
          Sets the value of the bankAlignment property.
 

Uses of BankAlignmentType in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell that return BankAlignmentType
 BankAlignmentType IPXACTBackBone.getBankAlignmentType(java.lang.String name)