psdi.mbo

Class RelationList

  • java.lang.Object
    • java.util.Dictionary
      • java.util.Hashtable
        • psdi.mbo.RelationList
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map


    public class RelationList
    extends java.util.Hashtable
    Contains a list of relationships available for a MboSet. This is built by the user overriding the createRelationshipList().
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      RelationList() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addRelation(RelationInfo rsi)
      Add a relationship to the list.
      • Methods inherited from class java.util.Hashtable

        clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RelationList

        public RelationList()
    • Method Detail

      • addRelation

        public void addRelation(RelationInfo rsi)
        Add a relationship to the list.