public static enum Part.Fields extends java.lang.Enum<Part.Fields>
Enum Constant and Description |
---|
bytes |
customDirectives |
encoding |
encodingHint |
filename |
forcedMime |
mime |
mimeHint |
name |
Modifier and Type | Field and Description |
---|---|
int |
fieldId |
java.lang.String |
fieldName |
int |
fieldTag |
java.lang.String |
fieldType |
Modifier and Type | Method and Description |
---|---|
static Part.Fields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Part.Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Part.Fields name
public static final Part.Fields filename
public static final Part.Fields encoding
public static final Part.Fields forcedMime
public static final Part.Fields mimeHint
public static final Part.Fields customDirectives
public static final Part.Fields bytes
public static final Part.Fields mime
public static final Part.Fields encodingHint
public final java.lang.String fieldName
public final java.lang.String fieldType
public final int fieldId
public final int fieldTag
public static Part.Fields[] values()
for (Part.Fields c : Part.Fields.values()) System.out.println(c);
public static Part.Fields valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2013 Dassault Systèmes, All Rights Reserved.