public class AnnAttributeKeyValuePair extends Object
AnnAttributeKeyValuePair represents a annotation attribute key value pair.| Constructor and Description |
|---|
AnnAttributeKeyValuePair(int attributeNameCPIndex,
String attributeName,
AnnAttributeValue attributeValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName() |
int |
getAttributeNameCPIndex() |
AnnAttributeValue |
getAttributeValue() |
public AnnAttributeKeyValuePair(int attributeNameCPIndex,
String attributeName,
AnnAttributeValue attributeValue)
public int getAttributeNameCPIndex()
public String getAttributeName()
public AnnAttributeValue getAttributeValue()
Copyright © 2018 WSO2. All rights reserved.