Class ObjectAdapterIdArray

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String[] objectAdapterId  
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectAdapterIdArray​(java.lang.String[] objectAdapterId)  
      ObjectAdapterIdArray​(java.lang.String name1, java.lang.String name2)
      Special constructor used for OA IDs of length 2.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String[] getAdapterName()
      Get the adapter name simply as an array of strings.
      int getNumLevels()
      Return the number of elements in the adapter ID.
      java.util.Iterator<java.lang.String> iterator()
      Return an iterator that iterates over the components of this adapter ID.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Field Detail

      • objectAdapterId

        private final java.lang.String[] objectAdapterId
    • Constructor Detail

      • ObjectAdapterIdArray

        public ObjectAdapterIdArray​(java.lang.String[] objectAdapterId)
      • ObjectAdapterIdArray

        public ObjectAdapterIdArray​(java.lang.String name1,
                                    java.lang.String name2)
        Special constructor used for OA IDs of length 2.
        Parameters:
        name1 - First name part
        name2 - Second name part
    • Method Detail

      • getNumLevels

        public int getNumLevels()
        Description copied from interface: ObjectAdapterId
        Return the number of elements in the adapter ID.
        Returns:
        number of elements
      • iterator

        public java.util.Iterator<java.lang.String> iterator()
        Description copied from interface: ObjectAdapterId
        Return an iterator that iterates over the components of this adapter ID. Each element is returned as a String.
        Returns:
        iterator over components
      • getAdapterName

        public java.lang.String[] getAdapterName()
        Description copied from interface: ObjectAdapterId
        Get the adapter name simply as an array of strings.
        Returns:
        adapter name