Package | Description |
---|---|
org.artificer.common.query |
Modifier and Type | Method and Description |
---|---|
RelationshipType |
ReverseRelationship.getType() |
static RelationshipType |
RelationshipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipType[] |
RelationshipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReverseRelationship.setType(RelationshipType type) |
Constructor and Description |
---|
ReverseRelationship(String name,
RelationshipType type,
ArtifactSummary sourceArtifact) |
ReverseRelationship(String name,
RelationshipType type,
String sourceUuid,
String sourceName,
String sourceModel,
String sourceType) |
Copyright © 2011–2015 JBoss, a division of Red Hat. All rights reserved.