Class GeneratorContext.Attribute

  • Enclosing class:
    GeneratorContext

    public static class GeneratorContext.Attribute
    extends java.lang.Object
    Information about the attribute which is being generated, where appropriate.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String[] array
      The attribute value, expressed as a string array, where available.
      java.lang.String name
      The name of the profile attribute.
      java.lang.String value
      The attribute value, expressed as a string, where available.
    • Constructor Summary

      Constructors 
      Constructor Description
      Attribute()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name
        The name of the profile attribute.
      • value

        public java.lang.String value
        The attribute value, expressed as a string, where available. Not appropriate for use with array types.
      • array

        public java.lang.String[] array
        The attribute value, expressed as a string array, where available. Only appropriate for use with array types.
    • Constructor Detail

      • Attribute

        public Attribute()