Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossdeployment13 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
static ServiceDispositionType |
ServiceDispositionType.getFromStringValue(String value) |
ServiceDispositionType |
ModuleDependencyType.getServices()
Returns the
services attribute |
static ServiceDispositionType |
ServiceDispositionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceDispositionType[] |
ServiceDispositionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ModuleDependencyType<T> |
ModuleDependencyType.services(ServiceDispositionType services)
Sets the
services attribute |
Copyright © 2019 JBoss by Red Hat. All rights reserved.