Class TextAttributeValue<Type>

java.lang.Object
at.bestsolution.uia.TextAttributeValue<Type>

public class TextAttributeValue<Type> extends Object
  • Method Details

    • isNotSupported

      public boolean isNotSupported()
    • isMixed

      public boolean isMixed()
    • getValue

      public Type getValue()
    • value

      public static <Type> TextAttributeValue<Type> value(Type value)
    • mixed

      public static <Type> TextAttributeValue<Type> mixed()
    • notSupported

      public static <Type> TextAttributeValue<Type> notSupported()