Enum Class ILcdXLinkExpression.Actuate

java.lang.Object
java.lang.Enum<ILcdXLinkExpression.Actuate>
com.luciad.format.xml.bind.xlink.ILcdXLinkExpression.Actuate
All Implemented Interfaces:
Serializable, Comparable<ILcdXLinkExpression.Actuate>, Constable
Enclosing interface:
ILcdXLinkExpression

public static enum ILcdXLinkExpression.Actuate extends Enum<ILcdXLinkExpression.Actuate>
Enumeration that indicates when the expression should be resolved.
  • Enum Constant Details

    • AfterDecoding

      public static final ILcdXLinkExpression.Actuate AfterDecoding
      Indicates that this expression should be resolved immediately after decoding.
    • OnRequest

      public static final ILcdXLinkExpression.Actuate OnRequest
      Indicates that this expression should be resolved when its value is requested for the first time.
    • Manual

      public static final ILcdXLinkExpression.Actuate Manual
      Indicates that this expression should be resolved only when the application explicitly invokes resolve.
  • Method Details

    • values

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

      public static ILcdXLinkExpression.Actuate valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null