Uses of Enum
org.iirds.dita.ot.plugin.model.RelationType
Packages that use RelationType
-
Uses of RelationType in org.iirds.dita.ot.plugin.model
Fields in org.iirds.dita.ot.plugin.model with type parameters of type RelationTypeMethods in org.iirds.dita.ot.plugin.model that return RelationTypeModifier and TypeMethodDescriptionstatic RelationTypeReturns the enum constant of this type with the specified name.static RelationType[]RelationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.iirds.dita.ot.plugin.model that return types with arguments of type RelationTypeModifier and TypeMethodDescriptionstatic Optional<RelationType>RelationType.getByElement(Element element) SubjectDef.getRelations()Methods in org.iirds.dita.ot.plugin.model with parameters of type RelationTypeModifier and TypeMethodDescriptionvoidSubjectDef.addRelatedSubjectDef(RelationType relation, SubjectDef subject) SubjectDef.getRelatedSubjectDef(RelationType relation)