Class TypeSelector.FileType

  • Enclosing class:
    TypeSelector

    public static class TypeSelector.FileType
    extends EnumeratedAttribute
    Enumerated attribute with the values for types of file
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DIR
      the string value for dir
      static java.lang.String FILE
      the string value for file
    • Constructor Summary

      Constructors 
      Constructor Description
      FileType()  
    • Constructor Detail

      • FileType

        public FileType()
    • Method Detail

      • getValues

        public java.lang.String[] getValues()
        Description copied from class: EnumeratedAttribute
        This is the only method a subclass needs to implement.
        Specified by:
        getValues in class EnumeratedAttribute
        Returns:
        the values as an array of strings