public enum EMemberAttributes extends java.lang.Enum<EMemberAttributes>
| Enum Constant and Description |
|---|
ChangeDate
Date when the member was changed.
|
ChangeUserID
Change user ID.
|
CreationDate
Date when the member was created.
|
InitialLineCount
Initial line count.
|
ModificationNumber
Modification number.
|
Name
Member name.
|
Size
Size of the member.
|
Suffix
Suffix of the member (derived from file mapping).
|
VersionNumber
Version number.
|
| Modifier and Type | Method and Description |
|---|---|
static EMemberAttributes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EMemberAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMemberAttributes Size
public static final EMemberAttributes CreationDate
public static final EMemberAttributes ChangeDate
public static final EMemberAttributes ChangeUserID
public static final EMemberAttributes VersionNumber
public static final EMemberAttributes InitialLineCount
public static final EMemberAttributes ModificationNumber
public static final EMemberAttributes Suffix
public static final EMemberAttributes Name
public static EMemberAttributes[] values()
for (EMemberAttributes c : EMemberAttributes.values()) System.out.println(c);
public static EMemberAttributes 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 © 2015 Micro Focus GmbH. All rights reserved.