Class StringArrayAttribute

    • Constructor Detail

      • StringArrayAttribute

        public StringArrayAttribute()
        Constructor.
    • Method Detail

      • setDefault

        public final void setDefault​(java.lang.String[] value)
        A default value for this attribute. Example:
        
             attributes:
               title: !stringArray
                 default: [one, two, three]
        Specified by:
        setDefault in class PrimitiveAttribute<java.lang.String[]>
        Parameters:
        value - The default value.
      • getValueType

        public java.lang.Class getValueType()
        Description copied from interface: Attribute
        Get the class of the value.
        Returns:
        the value class