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

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

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

Methods in com.eu.miscedautils.ipxact.Abstractor that return UsageType
static UsageType UsageType.fromValue(java.lang.String v)
           
 UsageType BankedBlockType.getUsage()
          Gets the value of the usage property.
 UsageType BankedBankType.getUsage()
          Gets the value of the usage property.
 UsageType AddressBlockType.getUsage()
          Gets the value of the usage property.
 UsageType AddressBankType.getUsage()
          Gets the value of the usage property.
static UsageType UsageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UsageType[] UsageType.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 UsageType
 void BankedBlockType.setUsage(UsageType value)
          Sets the value of the usage property.
 void BankedBankType.setUsage(UsageType value)
          Sets the value of the usage property.
 void AddressBlockType.setUsage(UsageType value)
          Sets the value of the usage property.
 void AddressBankType.setUsage(UsageType value)
          Sets the value of the usage property.