public enum swSummInfoField_e extends java.lang.Enum<swSummInfoField_e>
Enum Constant and Description |
---|
swSumInfoAuthor |
swSumInfoComment |
swSumInfoCreateDate |
swSumInfoCreateDate2 |
swSumInfoKeywords |
swSumInfoSaveDate |
swSumInfoSaveDate2 |
swSumInfoSavedBy |
swSumInfoSubject |
swSumInfoTitle |
Modifier and Type | Method and Description |
---|---|
static swSummInfoField_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swSummInfoField_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swSummInfoField_e swSumInfoTitle
public static final swSummInfoField_e swSumInfoSubject
public static final swSummInfoField_e swSumInfoAuthor
public static final swSummInfoField_e swSumInfoKeywords
public static final swSummInfoField_e swSumInfoComment
public static final swSummInfoField_e swSumInfoSavedBy
public static final swSummInfoField_e swSumInfoCreateDate
public static final swSummInfoField_e swSumInfoSaveDate
public static final swSummInfoField_e swSumInfoCreateDate2
public static final swSummInfoField_e swSumInfoSaveDate2
public static swSummInfoField_e[] values()
for (swSummInfoField_e c : swSummInfoField_e.values()) System.out.println(c);
public static swSummInfoField_e 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 null