public enum GuvenlikSeviyesi extends java.lang.Enum<GuvenlikSeviyesi>
| Enum Constant and Description |
|---|
LEGAL |
ORGANIZATIONAL |
PERSONAL |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(GuvenlikSeviyesi guvenlikSeviyesi) |
java.lang.String |
getDefinition() |
int |
getIntValue() |
static GuvenlikSeviyesi |
getNesne(int aTip) |
static GuvenlikSeviyesi |
getNesne(java.lang.String aDefinition) |
static GuvenlikSeviyesi |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GuvenlikSeviyesi[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuvenlikSeviyesi LEGAL
public static final GuvenlikSeviyesi ORGANIZATIONAL
public static final GuvenlikSeviyesi PERSONAL
public static GuvenlikSeviyesi[] values()
for (GuvenlikSeviyesi c : GuvenlikSeviyesi.values()) System.out.println(c);
public static GuvenlikSeviyesi 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 nullpublic int getIntValue()
public java.lang.String getDefinition()
public boolean equals(GuvenlikSeviyesi guvenlikSeviyesi)
public static GuvenlikSeviyesi getNesne(int aTip)
public static GuvenlikSeviyesi getNesne(java.lang.String aDefinition) throws java.security.cert.CertStoreException
java.security.cert.CertStoreExceptionCopyright © 2025. All rights reserved.