Class FoundIdentifiables

    • Field Detail

      • isRS

        protected boolean isRS
    • Constructor Detail

      • FoundIdentifiables

        public FoundIdentifiables​(boolean isRS,
                                  int initialCapacity)
      • FoundIdentifiables

        public FoundIdentifiables​(boolean isRS)
      • FoundIdentifiables

        public FoundIdentifiables​(List<Identifiable> allEntries)
    • Method Detail

      • isSingleton

        public boolean isSingleton()
        Is does this list have a single element?
        Returns:
      • isRS

        public boolean isRS()
      • setRS

        public void setRS​(boolean RS)
      • isLocalID

        public boolean isLocalID()
        If this was found to be set locally with the call.
        Returns:
      • setLocalID

        public void setLocalID​(boolean localID)
      • isNumericIndex

        public boolean isNumericIndex()
        If this was given as the numeric index
        Returns:
      • setNumericIndex

        public void setNumericIndex​(boolean numericIndex)
      • getNumericIndex

        public int getNumericIndex()
        If isNumericIndex is true, this is the index that was given.
        Returns:
      • setNumericIndex

        public void setNumericIndex​(int numericIndex)
      • setRSName

        public void setRSName​(String rsName)
      • hasRSIndexList

        public boolean hasRSIndexList()
      • getRsIndexList

        public List getRsIndexList()
        If isRS() is true and an index list was specified, this will be non-null.
        Returns:
      • setRsIndexList

        public void setRsIndexList​(List rsIndexList)
      • isGivenID

        public boolean isGivenID()
        If the id was explicitly set on the command line as an argument. The id itself will be in the identifier and in such cases there is exactly one.
        Returns:
      • setGivenID

        public void setGivenID​(boolean givenID)