public static enum IdCard.Specification extends Enum<IdCard.Specification>
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
static IdCard.Specification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdCard.Specification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdCard.Specification RANDOM
public static final IdCard.Specification S15
public static final IdCard.Specification S18
public static IdCard.Specification[] values()
for (IdCard.Specification c : IdCard.Specification.values()) System.out.println(c);
public static IdCard.Specification 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 int getSize()
Copyright © 2020. All rights reserved.