public class Attribute extends Object implements Comparable<Attribute>
| Constructor and Description |
|---|
Attribute(Key key,
List<Value> values,
AttributeType type) |
Attribute(Key key,
Value value) |
Attribute(Key key,
Value value,
AttributeType type) |
Attribute(String key,
List<String> values,
AttributeType type) |
Attribute(String key,
String value) |
Attribute(String key,
String value,
AttributeType type) |
public Attribute(Key key, List<Value> values, AttributeType type)
public Attribute(Key key, Value value, AttributeType type)
public Attribute(String key, String value, AttributeType type)
public Attribute(String key, List<String> values, AttributeType type)
public Key getKey()
public AttributeType getType()
public int compareTo(Attribute o)
compareTo in interface Comparable<Attribute>Copyright © 2015–2024 Red Hat. All rights reserved.