Enum ActionCode

java.lang.Object
java.lang.Enum<ActionCode>
org.yamcs.cfdp.pdu.ActionCode
All Implemented Interfaces:
Serializable, Comparable<ActionCode>, java.lang.constant.Constable

public enum ActionCode extends Enum<ActionCode>
  • Enum Constant Details

    • CREATE_FILE

      public static final ActionCode CREATE_FILE
    • DELETE_FILE

      public static final ActionCode DELETE_FILE
    • RENAME_FILE

      public static final ActionCode RENAME_FILE
    • APPEND_FILE

      public static final ActionCode APPEND_FILE
    • REPLACE_FILE

      public static final ActionCode REPLACE_FILE
    • CREATE_DIRECTORY

      public static final ActionCode CREATE_DIRECTORY
    • REMOVE_DIRECTORY

      public static final ActionCode REMOVE_DIRECTORY
    • DENY_FILE

      public static final ActionCode DENY_FILE
    • DENY_DIRECTORY

      public static final ActionCode DENY_DIRECTORY
  • Field Details

  • Method Details

    • values

      public static ActionCode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ActionCode 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
    • getCode

      public byte getCode()
    • hasSecondFileName

      public boolean hasSecondFileName()
    • readActionCode

      public static ActionCode readActionCode(ByteBuffer buffer)
    • readActionCode

      public static ActionCode readActionCode(byte b)