Class CFFStandardString


  • public final class CFFStandardString
    extends java.lang.Object
    This class represents a standard SID to String mapping.
    • Field Summary

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

      Constructors 
      Modifier Constructor Description
      private CFFStandardString()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getName​(int sid)
      This will return the string mapped to the given SID.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SID2STR

        private static final java.lang.String[] SID2STR
    • Constructor Detail

      • CFFStandardString

        private CFFStandardString()
    • Method Detail

      • getName

        public static java.lang.String getName​(int sid)
        This will return the string mapped to the given SID.
        Parameters:
        sid - the given SID
        Returns:
        the mapped string