Package | Description |
---|---|
it.uniroma2.art.coda.interfaces.annotations.converters | |
it.uniroma2.art.coda.provisioning | |
it.uniroma2.art.coda.provisioning.impl |
Modifier and Type | Method and Description |
---|---|
static RequirementLevels |
RequirementLevels.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequirementLevels[] |
RequirementLevels.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private RequirementLevels |
ComponentIndex.computeFeaturePathRequirementLevel(Method aMethod)
Computes the feature path requirement level of a contract or converter method.
|
RequirementLevels |
SignatureDescription.getFeaturePathRequirementLevel()
Returns an indicator of whether the feature path argument is required, optional or ignored.
|
Modifier and Type | Field and Description |
---|---|
private RequirementLevels |
SignatureDescriptionImpl.featurePathRequirementLevel |
Modifier and Type | Method and Description |
---|---|
RequirementLevels |
SignatureDescriptionImpl.getFeaturePathRequirementLevel() |
Constructor and Description |
---|
SignatureDescriptionImpl(boolean producingURI,
TypeDescription returnTypeDescription,
List<ParameterDescription> parameterDescriptions,
RequirementLevels featurePathRequirementLevel) |
Copyright © 2022 ART Group, University of Rome, Tor Vergata. All rights reserved.