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