public enum ModalidadePendenciaComunicacao extends Enum<ModalidadePendenciaComunicacao>
Classe Java de modalidadePendenciaComunicacao.
O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
<simpleType name="modalidadePendenciaComunicacao"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="PC"/> <enumeration value="PR"/> <enumeration value="AM"/> </restriction> </simpleType>
Modifier and Type | Method and Description |
---|---|
static ModalidadePendenciaComunicacao |
fromValue(String v) |
String |
value() |
static ModalidadePendenciaComunicacao |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModalidadePendenciaComunicacao[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModalidadePendenciaComunicacao PC
public static final ModalidadePendenciaComunicacao PR
public static final ModalidadePendenciaComunicacao AM
public static ModalidadePendenciaComunicacao[] values()
for (ModalidadePendenciaComunicacao c : ModalidadePendenciaComunicacao.values()) System.out.println(c);
public static ModalidadePendenciaComunicacao 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 ModalidadePendenciaComunicacao fromValue(String v)
Copyright © 2019 Conselho Nacional de Justiça. All rights reserved.