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

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

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

Methods in com.eu.miscedautils.ipxact.Abstractor that return AccessType
static AccessType AccessType.fromValue(java.lang.String v)
           
 AccessType RegisterFile.Register.getAccess()
          Gets the value of the access property.
 AccessType RegisterFile.Register.AlternateRegisters.AlternateRegister.getAccess()
          Gets the value of the access property.
 AccessType FieldType.getAccess()
          Gets the value of the access property.
 AccessType BankedBlockType.getAccess()
          Gets the value of the access property.
 AccessType BankedBankType.getAccess()
          Gets the value of the access property.
 AccessType AddressBlockType.getAccess()
          Gets the value of the access property.
 AccessType AddressBankType.getAccess()
          Gets the value of the access property.
static AccessType AccessType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AccessType[] AccessType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.ipxact.Abstractor that return types with arguments of type AccessType
 javax.xml.bind.JAXBElement<AccessType> ObjectFactory.createAccess(AccessType value)
          Create an instance of JAXBElement<AccessType>}
 

Methods in com.eu.miscedautils.ipxact.Abstractor with parameters of type AccessType
 javax.xml.bind.JAXBElement<AccessType> ObjectFactory.createAccess(AccessType value)
          Create an instance of JAXBElement<AccessType>}
 void RegisterFile.Register.setAccess(AccessType value)
          Sets the value of the access property.
 void RegisterFile.Register.AlternateRegisters.AlternateRegister.setAccess(AccessType value)
          Sets the value of the access property.
 void FieldType.setAccess(AccessType value)
          Sets the value of the access property.
 void BankedBlockType.setAccess(AccessType value)
          Sets the value of the access property.
 void BankedBankType.setAccess(AccessType value)
          Sets the value of the access property.
 void AddressBlockType.setAccess(AccessType value)
          Sets the value of the access property.
 void AddressBankType.setAccess(AccessType value)
          Sets the value of the access property.