public enum SiglaCasaLegislativa extends Enum<SiglaCasaLegislativa>
| Modifier and Type | Method and Description |
|---|---|
static SiglaCasaLegislativa |
parse(String valueOf) |
static SiglaCasaLegislativa |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiglaCasaLegislativa[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SiglaCasaLegislativa CN
public static final SiglaCasaLegislativa CD
public static final SiglaCasaLegislativa SF
public static SiglaCasaLegislativa[] values()
for (SiglaCasaLegislativa c : SiglaCasaLegislativa.values()) System.out.println(c);
public static SiglaCasaLegislativa 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 static SiglaCasaLegislativa parse(String valueOf)
Copyright © 2023 LexML. All rights reserved.