public class Varbindsdecode extends Object implements Serializable
Constructor and Description |
---|
Varbindsdecode() |
Modifier and Type | Method and Description |
---|---|
void |
addDecode(Decode decode) |
void |
addDecode(int index,
Decode decode) |
Enumeration<Decode> |
enumerateDecode() |
boolean |
equals(Object obj) |
Decode[] |
getDecode() |
Decode |
getDecode(int index) |
List<Decode> |
getDecodeCollection() |
int |
getDecodeCount() |
String |
getParmid() |
int |
hashCode() |
Iterator<Decode> |
iterateDecode() |
void |
removeAllDecode() |
boolean |
removeDecode(Decode decode) |
Decode |
removeDecodeAt(int index) |
void |
setDecode(Decode[] decodes) |
void |
setDecode(int index,
Decode decode) |
void |
setDecode(List<Decode> decodes) |
void |
setDecodeCollection(List<Decode> decodes) |
void |
setParmid(String parmid) |
public String getParmid()
public void setParmid(String parmid)
public Decode[] getDecode()
public Decode getDecode(int index) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public int getDecodeCount()
public Enumeration<Decode> enumerateDecode()
public void setDecode(int index, Decode decode) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public void setDecode(Decode[] decodes)
public void addDecode(Decode decode) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public void addDecode(int index, Decode decode) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public void removeAllDecode()
public boolean removeDecode(Decode decode)
public Decode removeDecodeAt(int index)
Copyright © 2017. All rights reserved.