Class Entry
- java.lang.Object
-
- org.wso2.carbon.proxyadmin.common.Entry
-
public class Entry extends Object
ClassEntryis used to represent an element in a map. The Axis2 codegeneration does not handlejava.util.Collectiontypes. Therefore a map is created using an array ofEntryinstances.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetValue()voidsetKey(String key)voidsetValue(String value)
-