Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.application7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.facelettaglibrary22 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.javaee7 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
GenericBooleanType |
ApplicationDescriptor.getInitializeInOrder()
Returns the
initialize-in-order element |
Modifier and Type | Method and Description |
---|---|
ApplicationDescriptor |
ApplicationDescriptor.initializeInOrder(GenericBooleanType initializeInOrder)
Sets the
initialize-in-order element |
Modifier and Type | Method and Description |
---|---|
GenericBooleanType |
FaceletTaglibTagAttributeType.getRequired()
Returns the
required element |
Modifier and Type | Method and Description |
---|---|
FaceletTaglibTagAttributeType<T> |
FaceletTaglibTagAttributeType.required(GenericBooleanType required)
Sets the
required element |
Modifier and Type | Method and Description |
---|---|
static GenericBooleanType |
GenericBooleanType.getFromStringValue(String value) |
static GenericBooleanType |
GenericBooleanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericBooleanType[] |
GenericBooleanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.