public interface ValidRelation
Modifier and Type | Method and Description |
---|---|
ClassDefinition |
getEnd1Type()
The class at one end of this type of relation.
|
String |
getEnd1TypeName()
The name of the class at one end of this type of relation.
|
ClassDefinition |
getEnd2Type()
The class at one end of this type of relation.
|
String |
getEnd2TypeName()
The name of the class at one end of this type of relation.
|
ClassDefinition |
getType()
The class that this relation definition defines.
|
String |
getTypeName()
The name of the class that this relation definition defines.
|
Iterable<Qualifier> |
qualifiers()
The collection of qualifiers that apply to this type of relation.
|
String getTypeName()
String getEnd1TypeName()
String getEnd2TypeName()
Iterable<Qualifier> qualifiers()
ClassDefinition getType()
ClassDefinition getEnd1Type()
ClassDefinition getEnd2Type()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.