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

Packages that use BankAlignmentType
com.eu.miscedautils.ipxact.Abstractor   
 

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

Methods in com.eu.miscedautils.ipxact.Abstractor 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.Abstractor 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.