public enum TipoQualificacaoPessoa extends Enum<TipoQualificacaoPessoa>
Java class for tipoQualificacaoPessoa.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="tipoQualificacaoPessoa"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="fisica"/> <enumeration value="juridica"/> <enumeration value="autoridade"/> <enumeration value="orgaorepresentacao"/> </restriction> </simpleType>
Enum Constant and Description |
---|
AUTORIDADE |
FISICA |
JURIDICA |
ORGAOREPRESENTACAO |
Modifier and Type | Method and Description |
---|---|
static TipoQualificacaoPessoa |
fromValue(String v) |
String |
value() |
static TipoQualificacaoPessoa |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TipoQualificacaoPessoa[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TipoQualificacaoPessoa FISICA
public static final TipoQualificacaoPessoa JURIDICA
public static final TipoQualificacaoPessoa AUTORIDADE
public static final TipoQualificacaoPessoa ORGAOREPRESENTACAO
public static TipoQualificacaoPessoa[] values()
for (TipoQualificacaoPessoa c : TipoQualificacaoPessoa.values()) System.out.println(c);
public static TipoQualificacaoPessoa 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 value()
public static TipoQualificacaoPessoa fromValue(String v)
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.