public class BooleanAttribute extends Attribute
| Constructor and Description |
|---|
BooleanAttribute(java.lang.String key)
Deprecated.
Create a new boolean attribute from unencoded (raw) key.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isBooleanAttribute()
Deprecated.
|
clone, createFromEncoded, equals, getKey, getValue, hashCode, html, html, html, isBooleanAttribute, isDataAttribute, isDataAttribute, setKey, setValue, shouldCollapseAttribute, shouldCollapseAttribute, toStringpublic BooleanAttribute(java.lang.String key)
key - attribute keyprotected boolean isBooleanAttribute()
isBooleanAttribute in class Attribute