|
JASMI API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IObjectType
IObjectType represents a SMIv1/v2 OBJECT-TYPE construct.
| Field Summary |
|---|
| Fields inherited from interface com.agentpp.smi.IObject |
|---|
AGENT_CAPABILITIES, MODULE_COMPLIANCE, MODULE_IDENTITY, NOTIFICATION_GROUP, NOTIFICATION_TYPE, OBJECT_GROUP, OBJECT_IDENTITY, OBJECT_NAME, OBJECT_TYPE, TEXTUAL_CONVENTION, TRAP_TYPE |
| Method Summary | |
|---|---|
java.lang.String |
getAccess()
|
java.lang.String |
getDefaultValue()
|
IIndexPart |
getIndex()
Get the INDEX defintion of a table. |
ISyntax |
getSyntaxDef()
Get the SYNTAX clause definition of the OBJECT-TYPE construct. |
java.lang.String[] |
getTableEntries()
Gets the table entries as an array of object names. |
java.lang.String |
getUnits()
|
boolean |
hasDefaultValue()
|
boolean |
hasIndexPart()
|
boolean |
hasUnits()
|
boolean |
isColumnarObject()
Check whether the object type defines a column of a table. |
boolean |
isScalar()
Checks whether the object type is a scalar object. |
boolean |
isTable()
Check whether OBJECT-TYPE defines a table. |
| Methods inherited from interface com.agentpp.smi.IObject |
|---|
getComment, getDeepClone, getDescription, getModuleID, getName, getObjectID, getPrintableOid, getReference, getStatus, getType, getTypeString, hasComment, hasDescription, hasReference, hasStatus, isStructural |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
java.lang.String getAccess()
boolean hasDefaultValue()
java.lang.String getDefaultValue()
boolean hasIndexPart()
IIndexPart getIndex()
boolean isTable()
java.lang.String[] getTableEntries()
boolean isColumnarObject()
java.lang.String getUnits()
boolean hasUnits()
ISyntax getSyntaxDef()
boolean isScalar()
true if the object is not a table, entry, or columnar
object but a scalar accessible object type definition.
|
JASMI API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||