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

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

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

Methods in com.eu.miscedautils.ipxact.Component that return FieldType
 FieldType ObjectFactory.createFieldType()
          Create an instance of FieldType
 

Methods in com.eu.miscedautils.ipxact.Component that return types with arguments of type FieldType
 java.util.List<FieldType> RegisterFile.Register.getField()
          Gets the value of the field property.
 java.util.List<FieldType> RegisterFile.Register.AlternateRegisters.AlternateRegister.getField()
          Gets the value of the field property.
 

Uses of FieldType in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell that return FieldType
 FieldType IPXACTBackBone.castObjectToFieldType(java.lang.Object obj)
           
 FieldType IPXACTBackBone.createBitField(java.lang.String name, java.lang.String offset, java.lang.String width, java.lang.String access)
           
 FieldType IPXACTBackBone.getCurrentBitField()
           
 

Methods in com.eu.miscedautils.shell with parameters of type FieldType
 RegisterFile.Register IPXACTBackBone.addBitField(RegisterFile.Register reg, FieldType bf)
           
 java.lang.String IPXACTBackBone.createCommandForFieldType(FieldType field)
           
 void IPXACTBackBone.setCurrentBitField(FieldType currentBitField)