public class Attribute extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Attribute.Type
Attribute type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
label |
protected Attribute.Type |
type |
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Get attribute ID.
|
String |
getLabel()
Get attribute label.
|
Attribute.Type |
getType()
Get attribute type.
|
void |
setId(String id)
Set attribute ID.
|
void |
setLabel(String label)
Set attribute label.
|
void |
setType(Attribute.Type type)
Set attribute type.
|
protected Attribute.Type type
protected String id
protected String label
public Attribute.Type getType()
public void setType(Attribute.Type type)
type - Attribute type.public String getId()
public void setId(String id)
id - Attribute ID.public String getLabel()
public void setLabel(String label)
label - Attribute label.Copyright © 2016–2018 Lime - HighTech Solutions Inc.. All rights reserved.