Uses of Enum Class
com.hp.lft.sdk.ai.RelationType
Packages that use RelationType
-
Uses of RelationType in com.hp.lft.sdk.ai
Methods in com.hp.lft.sdk.ai that return RelationTypeModifier and TypeMethodDescriptionRelation.getRelationType()
Get the type of theRelation
.static RelationType
Returns the enum constant of this class with the specified name.static RelationType[]
RelationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.ai with parameters of type RelationTypeModifier and TypeMethodDescriptionvoid
Relation.setRelationType
(RelationType relationType) Sets the type of theRelation
.Constructors in com.hp.lft.sdk.ai with parameters of type RelationType