| Package | Description |
|---|---|
| org.apache.archiva.metadata.model |
| Modifier and Type | Field and Description |
|---|---|
private ProjectVersionReference.ReferenceType |
ProjectVersionReference.referenceType |
| Modifier and Type | Method and Description |
|---|---|
ProjectVersionReference.ReferenceType |
ProjectVersionReference.getReferenceType() |
static ProjectVersionReference.ReferenceType |
ProjectVersionReference.ReferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectVersionReference.ReferenceType[] |
ProjectVersionReference.ReferenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectVersionReference.setReferenceType(ProjectVersionReference.ReferenceType referenceType) |
| Constructor and Description |
|---|
ProjectVersionReference(ProjectVersionReference.ReferenceType referenceType,
String projectId,
String namespace,
String projectVersion) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.