Annotation Interface StudioConvertStrategy.AttributeConvertStrategy

Enclosing class:
StudioConvertStrategy

public static @interface StudioConvertStrategy.AttributeConvertStrategy
Meta description for attribute conversion.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    XML attribute FQN.
    XML attribute type.
    XML attribute new value.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Related xml attribute from which to take a new value.
  • Element Details

    • qualifiedName

      String qualifiedName
      XML attribute FQN.
    • type

      XML attribute type.
    • value

      String value
      XML attribute new value.
    • valueFrom

      String valueFrom
      Related xml attribute from which to take a new value.
      Default:
      ""