|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jmx.adaptor.snmp.config.attribute.MappedAttribute
public class MappedAttribute
An attribute mapping, by default readonly.
| Constructor Summary | |
|---|---|
MappedAttribute()
|
|
| Method Summary | |
|---|---|
String |
getName()
Attribute name |
String |
getOid()
Attribute oid |
boolean |
isReadWrite()
Attribute mode (ro/rw) |
void |
setName(String name)
|
void |
setOid(String oid)
|
void |
setReadWrite(boolean mode)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MappedAttribute()
| Method Detail |
|---|
public String getName()
public void setName(String name)
public String getOid()
public void setOid(String oid)
public boolean isReadWrite()
public void setReadWrite(boolean mode)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||