Searched refs:RelationshipType (Results 1 – 4 of 4) sorted by relevance
75 RelationshipType.CreateFromString(sType), in RelatedParts()89 final RelationshipType eType, in AddRelationship()114 public Iterable<PartName> GetTargetsForType (final RelationshipType eType) in GetTargetsForType()131 public PartName GetSingleTargetForType (final RelationshipType eType) in GetSingleTargetForType()151 private final Map<RelationshipType, Vector<PartName>> maTypeToTargetsMap;
24 public enum RelationshipType enum61 public static RelationshipType CreateFromString (final String sType) in CreateFromString()
55 public Part getPartByRelationshipType (final RelationshipType eType) in getPartByRelationshipType()
56 …final PartName aDocumentPartName = maRelatedParts.GetSingleTargetForType(RelationshipType.OfficeDo… in Package()