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