Enum DFUFileTypeWrapper

    • Field Detail

      • theDFUFileType

        protected String theDFUFileType
    • Method Detail

      • values

        public static DFUFileTypeWrapper[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (DFUFileTypeWrapper c : DFUFileTypeWrapper.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static DFUFileTypeWrapper valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • get

        public static DFUFileTypeWrapper get​(String name)
        Gets the.
        Parameters:
        name - the name
        Returns:
        the DFU file type wrapper
      • fromString

        public static DFUFileTypeWrapper fromString​(String value)
        From string.
        Parameters:
        value - the value
        Returns:
        the DFU file type wrapper
      • getFUFileType

        public org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUFileType getFUFileType()
        Gets the FU file type.
        Returns:
        the FU file type
      • isIndex

        public boolean isIndex()
        Gets isIndex
        Returns:
        isIndex
      • fromDfuFileType

        public static DFUFileTypeWrapper fromDfuFileType​(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUFileType filetype)
        From dfu file type.
        Parameters:
        filetype - the filetype
        Returns:
        the DFU file type wrapper