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

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

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

Methods in com.eu.miscedautils.ipxact.Generator that return FormatType
static FormatType FormatType.fromValue(java.lang.String v)
           
 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.
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.Generator with parameters of type FormatType
 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.