public class Varbind extends Object implements Serializable
Constructor and Description |
---|
Varbind() |
Modifier and Type | Method and Description |
---|---|
void |
addVbvalue(int index,
String value) |
void |
addVbvalue(String value) |
EventMatcher |
constructMatcher() |
void |
deleteVbnumber() |
Enumeration<String> |
enumerateVbvalue() |
boolean |
equals(Object obj) |
String |
getTextualConvention() |
Integer |
getVbnumber() |
String[] |
getVbvalue() |
String |
getVbvalue(int index) |
List<String> |
getVbvalueCollection() |
int |
getVbvalueCount() |
int |
hashCode() |
boolean |
hasVbnumber() |
Iterator<String> |
iterateVbvalue() |
void |
removeAllVbvalue() |
boolean |
removeVbvalue(String value) |
String |
removeVbvalueAt(int index) |
void |
setTextualConvention(String textualConvention) |
void |
setVbnumber(Integer vbnumber) |
void |
setVbvalue(int index,
String value) |
void |
setVbvalue(List<String> values) |
void |
setVbvalue(String[] values) |
void |
setVbvalueCollection(List<String> values) |
public String getTextualConvention()
public void setTextualConvention(String textualConvention)
public Integer getVbnumber()
public void setVbnumber(Integer vbnumber)
public void deleteVbnumber()
public boolean hasVbnumber()
public String getVbvalue(int index) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public String[] getVbvalue()
public int getVbvalueCount()
public void setVbvalue(int index, String value) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public void setVbvalue(String[] values)
public void addVbvalue(String value) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public void addVbvalue(int index, String value) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public void removeAllVbvalue()
public boolean removeVbvalue(String value)
public String removeVbvalueAt(int index)
public Enumeration<String> enumerateVbvalue()
public EventMatcher constructMatcher()
Copyright © 2017. All rights reserved.