public enum FakeVOMSACServiceProperties extends Enum<FakeVOMSACServiceProperties>
Enum Constant and Description |
---|
AA_CERT |
AA_KEY |
FAKE |
FQANS |
HOST |
NOT_AFTER |
NOT_BEFORE |
PORT |
SERIAL |
VO |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
String |
getSystemPropertyValue() |
static FakeVOMSACServiceProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FakeVOMSACServiceProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FakeVOMSACServiceProperties FAKE
public static final FakeVOMSACServiceProperties AA_CERT
public static final FakeVOMSACServiceProperties AA_KEY
public static final FakeVOMSACServiceProperties VO
public static final FakeVOMSACServiceProperties FQANS
public static final FakeVOMSACServiceProperties HOST
public static final FakeVOMSACServiceProperties PORT
public static final FakeVOMSACServiceProperties NOT_BEFORE
public static final FakeVOMSACServiceProperties NOT_AFTER
public static final FakeVOMSACServiceProperties SERIAL
public static FakeVOMSACServiceProperties[] values()
for (FakeVOMSACServiceProperties c : FakeVOMSACServiceProperties.values()) System.out.println(c);
public static FakeVOMSACServiceProperties 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 nullpublic String getPropertyName()
public String getSystemPropertyValue()
Copyright © 2018. All rights reserved.