public enum CTipoDeComprobante extends Enum<CTipoDeComprobante>
Java class for c_TipoDeComprobante.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="c_TipoDeComprobante"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <whiteSpace value="collapse"/> <enumeration value="I"/> <enumeration value="E"/> <enumeration value="T"/> <enumeration value="N"/> <enumeration value="P"/> </restriction> </simpleType>
Modifier and Type | Method and Description |
---|---|
static CTipoDeComprobante |
fromValue(String v) |
String |
value() |
static CTipoDeComprobante |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CTipoDeComprobante[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CTipoDeComprobante I
public static final CTipoDeComprobante E
public static final CTipoDeComprobante T
public static final CTipoDeComprobante N
public static final CTipoDeComprobante P
public static CTipoDeComprobante[] values()
for (CTipoDeComprobante c : CTipoDeComprobante.values()) System.out.println(c);
public static CTipoDeComprobante 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 CTipoDeComprobante fromValue(String v)
Copyright © 2010–2018. All rights reserved.