Uses of Class
com.eu.miscedautils.ipxact.AbstractionDefinition.FormatType

Packages that use FormatType
com.eu.miscedautils.ipxact.AbstractionDefinition   
 

Uses of FormatType in com.eu.miscedautils.ipxact.AbstractionDefinition
 

Methods in com.eu.miscedautils.ipxact.AbstractionDefinition that return FormatType
static FormatType FormatType.fromValue(java.lang.String v)
           
 FormatType Vector.Left.getFormat()
          Gets the value of the format property.
 FormatType Vector.Right.getFormat()
          Gets the value of the format property.
 FormatType SingleShotDriver.SingleShotDuration.getFormat()
          Gets the value of the format property.
 FormatType SingleShotDriver.SingleShotOffset.getFormat()
          Gets the value of the format property.
 FormatType SingleShotDriver.SingleShotValue.getFormat()
          Gets the value of the format property.
 FormatType NameValuePairType.Value.getFormat()
          Gets the value of the format property.
 FormatType FileSetType.Function.Disabled.getFormat()
          Gets the value of the format property.
 FormatType FileBuilderType.Command.getFormat()
          Gets the value of the format property.
 FormatType FileBuilderType.Flags.getFormat()
          Gets the value of the format property.
 FormatType FileBuilderType.ReplaceDefaultFlags.getFormat()
          Gets the value of the format property.
 FormatType File.BuildCommand.Command.getFormat()
          Gets the value of the format property.
 FormatType File.BuildCommand.Flags.getFormat()
          Gets the value of the format property.
 FormatType File.BuildCommand.ReplaceDefaultFlags.getFormat()
          Gets the value of the format property.
 FormatType File.BuildCommand.TargetName.getFormat()
          Gets the value of the format property.
 FormatType File.Name.getFormat()
          Gets the value of the format property.
 FormatType ExecutableImage.LanguageTools.FileBuilder.Command.getFormat()
          Gets the value of the format property.
 FormatType ExecutableImage.LanguageTools.FileBuilder.Flags.getFormat()
          Gets the value of the format property.
 FormatType ExecutableImage.LanguageTools.FileBuilder.ReplaceDefaultFlags.getFormat()
          Gets the value of the format property.
 FormatType ExecutableImage.LanguageTools.Linker.getFormat()
          Gets the value of the format property.
 FormatType ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch.getFormat()
          Gets the value of the format property.
 FormatType ExecutableImage.LanguageTools.LinkerCommandFile.Enable.getFormat()
          Gets the value of the format property.
 FormatType ExecutableImage.LanguageTools.LinkerCommandFile.Name.getFormat()
          Gets the value of the format property.
 FormatType ExecutableImage.LanguageTools.LinkerFlags.getFormat()
          Gets the value of the format property.
 FormatType DefaultValue.getFormat()
          Gets the value of the format property.
 FormatType ClockDriverType.ClockPeriod.getFormat()
          Gets the value of the format property.
 FormatType ClockDriverType.ClockPulseDuration.getFormat()
          Gets the value of the format property.
 FormatType ClockDriverType.ClockPulseOffset.getFormat()
          Gets the value of the format property.
 FormatType ClockDriverType.ClockPulseValue.getFormat()
          Gets the value of the format property.
static FormatType FormatType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FormatType[] FormatType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.ipxact.AbstractionDefinition with parameters of type FormatType
 void Vector.Left.setFormat(FormatType value)
          Sets the value of the format property.
 void Vector.Right.setFormat(FormatType value)
          Sets the value of the format property.
 void SingleShotDriver.SingleShotDuration.setFormat(FormatType value)
          Sets the value of the format property.
 void SingleShotDriver.SingleShotOffset.setFormat(FormatType value)
          Sets the value of the format property.
 void SingleShotDriver.SingleShotValue.setFormat(FormatType value)
          Sets the value of the format property.
 void NameValuePairType.Value.setFormat(FormatType value)
          Sets the value of the format property.
 void FileSetType.Function.Disabled.setFormat(FormatType value)
          Sets the value of the format property.
 void FileBuilderType.Command.setFormat(FormatType value)
          Sets the value of the format property.
 void FileBuilderType.Flags.setFormat(FormatType value)
          Sets the value of the format property.
 void FileBuilderType.ReplaceDefaultFlags.setFormat(FormatType value)
          Sets the value of the format property.
 void File.BuildCommand.Command.setFormat(FormatType value)
          Sets the value of the format property.
 void File.BuildCommand.Flags.setFormat(FormatType value)
          Sets the value of the format property.
 void File.BuildCommand.ReplaceDefaultFlags.setFormat(FormatType value)
          Sets the value of the format property.
 void File.BuildCommand.TargetName.setFormat(FormatType value)
          Sets the value of the format property.
 void File.Name.setFormat(FormatType value)
          Sets the value of the format property.
 void ExecutableImage.LanguageTools.FileBuilder.Command.setFormat(FormatType value)
          Sets the value of the format property.
 void ExecutableImage.LanguageTools.FileBuilder.Flags.setFormat(FormatType value)
          Sets the value of the format property.
 void ExecutableImage.LanguageTools.FileBuilder.ReplaceDefaultFlags.setFormat(FormatType value)
          Sets the value of the format property.
 void ExecutableImage.LanguageTools.Linker.setFormat(FormatType value)
          Sets the value of the format property.
 void ExecutableImage.LanguageTools.LinkerCommandFile.CommandLineSwitch.setFormat(FormatType value)
          Sets the value of the format property.
 void ExecutableImage.LanguageTools.LinkerCommandFile.Enable.setFormat(FormatType value)
          Sets the value of the format property.
 void ExecutableImage.LanguageTools.LinkerCommandFile.Name.setFormat(FormatType value)
          Sets the value of the format property.
 void ExecutableImage.LanguageTools.LinkerFlags.setFormat(FormatType value)
          Sets the value of the format property.
 void DefaultValue.setFormat(FormatType value)
          Sets the value of the format property.
 void ClockDriverType.ClockPeriod.setFormat(FormatType value)
          Sets the value of the format property.
 void ClockDriverType.ClockPulseDuration.setFormat(FormatType value)
          Sets the value of the format property.
 void ClockDriverType.ClockPulseOffset.setFormat(FormatType value)
          Sets the value of the format property.
 void ClockDriverType.ClockPulseValue.setFormat(FormatType value)
          Sets the value of the format property.