Interface AssignedRelationType
- All Superinterfaces:
AssignedCharacteristicType,Entity,Serializable
@Deprecated(since="2025.04",
forRemoval=true)
public interface AssignedRelationType
extends AssignedCharacteristicType
Deprecated, for removal: This API element is subject to removal in a future version.
Represents an assigned relation type
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns the relation type to be assigned.Deprecated, for removal: This API element is subject to removal in a future version.Returns the restriction on the target asset type of the relation type.Deprecated, for removal: This API element is subject to removal in a future version.Returns the direction of the relation type.Methods inherited from interface AssignedCharacteristicType
getAssignedCharacteristicTypeDiscriminator, getAssignedResourceId, getAssignedResourceType, getMaximumOccurrences, getMinimumOccurrences, isReadOnly, isSystem
-
Method Details
-
getRoleDirection
RelationTypeDirection getRoleDirection()Deprecated, for removal: This API element is subject to removal in a future version.Returns the direction of the relation type.- Returns:
- the direction of the relation type
-
getRelationType
RelationType getRelationType()Deprecated, for removal: This API element is subject to removal in a future version.Returns the relation type to be assigned.- Returns:
- the relation type to be assigned
-
getRestriction
NamedResourceReference getRestriction()Deprecated, for removal: This API element is subject to removal in a future version.Returns the restriction on the target asset type of the relation type.- Returns:
- the restriction on the target asset type of the relation type
-
AssignedCharacteristicTypeReference