Attribute.Attribute |
( |
String |
attr, |
|
|
String[] |
values |
|
) |
| |
|
inline |
Constructor of the attribute.
- Parameters
-
attr | name of the attribute |
values | possible values for this attribute |
String Attribute.name |
( |
| ) |
|
|
inline |
Although the name field is public accessible, we provide this method for people who perfers calling a method
- Returns
- name of the attribute
ArrayList<String> Attribute.values |
( |
| ) |
|
|
inline |
Although the values field is public accessible, we provide this method for people who perfers calling a method
- Returns
- name of the attribute
final String Attribute.name |
ArrayList<String> Attribute.values |
The documentation for this class was generated from the following file: