public static enum WsdlProject.ProjectEncryptionStatus extends Enum<WsdlProject.ProjectEncryptionStatus>
Enum Constant and Description |
---|
ENCRYPTED_BAD_OR_NO_PASSWORD |
ENCRYPTED_GOOD_PASSWORD |
NOT_ENCRYPTED |
Modifier and Type | Method and Description |
---|---|
static WsdlProject.ProjectEncryptionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WsdlProject.ProjectEncryptionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WsdlProject.ProjectEncryptionStatus NOT_ENCRYPTED
public static final WsdlProject.ProjectEncryptionStatus ENCRYPTED_BAD_OR_NO_PASSWORD
public static final WsdlProject.ProjectEncryptionStatus ENCRYPTED_GOOD_PASSWORD
public static WsdlProject.ProjectEncryptionStatus[] values()
for (WsdlProject.ProjectEncryptionStatus c : WsdlProject.ProjectEncryptionStatus.values()) System.out.println(c);
public static WsdlProject.ProjectEncryptionStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All Rights Reserved.