public class Attribute extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String[] |
values |
Constructor and Description |
---|
Attribute() |
Attribute(String name,
String[] values) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String[] |
getValues() |
void |
setName(String name) |
void |
setValues(String[] values) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.