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:
      ""