Enum STOleUpdate

java.lang.Object
java.lang.Enum<STOleUpdate>
org.xlsx4j.sml.STOleUpdate
All Implemented Interfaces:
Serializable, Comparable<STOleUpdate>, java.lang.constant.Constable

public enum STOleUpdate extends Enum<STOleUpdate>

Java class for ST_OleUpdate.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ST_OleUpdate">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="OLEUPDATE_ALWAYS"/>
     <enumeration value="OLEUPDATE_ONCALL"/>
   </restriction>
 </simpleType>
 
  • Enum Constant Details

    • OLEUPDATE_ALWAYS

      public static final STOleUpdate OLEUPDATE_ALWAYS
    • OLEUPDATE_ONCALL

      public static final STOleUpdate OLEUPDATE_ONCALL
  • Method Details

    • values

      public static STOleUpdate[] 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 STOleUpdate 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
    • value

      public String value()
    • fromValue

      public static STOleUpdate fromValue(String v)