public class Attribute extends Object
| Constructor and Description |
|---|
Attribute(String name,
AttributeType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
AttributeType |
getType() |
int |
hashCode() |
void |
setName(String name) |
void |
setType(AttributeType type) |
String |
toString() |
public Attribute(String name, AttributeType type)
public String getName()
public void setName(String name)
public AttributeType getType()
public void setType(AttributeType type)
Copyright © 2017 WSO2. All rights reserved.