public enum SMFSchemaAllowExtraAttributes extends Enum<SMFSchemaAllowExtraAttributes>
| Enum Constant and Description |
|---|
SMF_EXTRA_ATTRIBUTES_ALLOWED
Extra attributes are allowed.
|
SMF_EXTRA_ATTRIBUTES_DISALLOWED
Extra attributes are disallowed.
|
| Modifier and Type | Method and Description |
|---|---|
static SMFSchemaAllowExtraAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SMFSchemaAllowExtraAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMFSchemaAllowExtraAttributes SMF_EXTRA_ATTRIBUTES_ALLOWED
public static final SMFSchemaAllowExtraAttributes SMF_EXTRA_ATTRIBUTES_DISALLOWED
public static SMFSchemaAllowExtraAttributes[] values()
for (SMFSchemaAllowExtraAttributes c : SMFSchemaAllowExtraAttributes.values()) System.out.println(c);
public static SMFSchemaAllowExtraAttributes 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 nullCopyright © 2017 <code@io7m.com> http://io7m.com