public class AttributeValues
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
type
The attribute type.
|
protected java.util.Set |
values
The values to assign.
|
| Constructor and Description |
|---|
AttributeValues (java.lang.String type,
java.util.Set values)
Constructor.
|
protected final java.lang.String type
protected final java.util.Set values