Class ElementDefinition.ElementOutput

  • Enclosing interface:
    ElementDefinition<C extends ConfigurationInfo>

    public static class ElementDefinition.ElementOutput
    extends java.lang.Object
    An ElementOutput specifies the name and optionally the class that an element must be serialized. When className is present, it will be serialized as a 'class' attribute inside the element.
    • Constructor Summary

      Constructors 
      Constructor Description
      ElementOutput​(java.lang.String name)  
      ElementOutput​(java.lang.String name, java.lang.String className)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassName()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ElementOutput

        public ElementOutput​(java.lang.String name,
                             java.lang.String className)
      • ElementOutput

        public ElementOutput​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getClassName

        public java.lang.String getClassName()