public class TextAttributeValue<Type>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Type |
getValue() |
boolean |
isMixed() |
boolean |
isNotSupported() |
static <Type> TextAttributeValue<Type> |
mixed() |
static <Type> TextAttributeValue<Type> |
notSupported() |
static <Type> TextAttributeValue<Type> |
value(Type value) |
public boolean isNotSupported()
public boolean isMixed()
public Type getValue()
public static <Type> TextAttributeValue<Type> value(Type value)
public static <Type> TextAttributeValue<Type> mixed()
public static <Type> TextAttributeValue<Type> notSupported()