public enum JQLayoutAttributes extends Enum<JQLayoutAttributes> implements com.jwebmp.core.base.html.interfaces.AttributeDefinitions
| Enum Constant and Description |
|---|
JWType |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isKeyword() |
static JQLayoutAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JQLayoutAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfpublic static final JQLayoutAttributes JWType
public static JQLayoutAttributes[] values()
for (JQLayoutAttributes c : JQLayoutAttributes.values()) System.out.println(c);
public static JQLayoutAttributes 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 boolean isKeyword()
isKeyword in interface com.jwebmp.core.base.html.interfaces.AttributeDefinitionsCopyright © 2019 Marc Magon. All rights reserved.