public class Attribute extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Attribute.Type |
| Constructor and Description |
|---|
Attribute(String name,
Attribute.Type type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
Attribute.Type |
getType() |
int |
hashCode() |
String |
toString() |
public Attribute(String name, Attribute.Type type)
Copyright © 2022 WSO2. All Rights Reserved.