org.apache.tools.ant.taskdefs.optional.dotnet
Class Ildasm.EncodingTypes
- Ildasm
public static class Ildasm.EncodingTypes
encoding options; the default is ascii
static String | getEncodingOption(String enumValue) - This method maps from an encoding enum to an encoding option.
|
String[] | getValues() - This is the only method a subclass needs to implement.
|
ASCII
public static final String ASCII
UNICODE
public static final String UNICODE
UTF8
public static final String UTF8
getEncodingOption
public static String getEncodingOption(String enumValue)
This method maps from an encoding enum to an encoding option.
- The encoding option indicated by the enum value.
getValues
public String[] getValues()
This is the only method a subclass needs to implement.
- getValues in interface EnumeratedAttribute
- an array holding all possible values of the enumeration.
The order of elements must be fixed so that indexOfValue(String)
always return the same index for the same value.
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.