public class SmiNotificationType extends SmiOidMacro implements Notification
m_status| Constructor and Description |
|---|
SmiNotificationType(org.jsmiparser.util.token.IdToken idToken,
SmiModule module,
java.util.List<org.jsmiparser.util.token.IdToken> objectTokens,
StatusV2 statusV2,
java.lang.String description,
java.lang.String reference) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.util.List<SmiVariable> |
getObjects() |
java.util.List<org.jsmiparser.util.token.IdToken> |
getObjectTokens() |
java.lang.String |
getReference() |
StatusV2 |
getStatusV2() |
void |
resolveReferences(XRefProblemReporter reporter) |
getStatus, getStatusV1getCodeId, getLastOidComponent, getNode, getOid, getOidStr, resolveOid, setLastOidComponentaddUserData, compareTo, compareTo, equals, findUserData, findUserData, getFullCodeId, getId, getIdToken, getLocation, getModule, getUcId, getUserData, hashCode, setIdToken, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, getIdToken, getModule, getOidStrpublic void resolveReferences(XRefProblemReporter reporter)
resolveReferences in class SmiSymbolpublic java.util.List<SmiVariable> getObjects()
getObjects in interface Notificationpublic java.util.List<org.jsmiparser.util.token.IdToken> getObjectTokens()
getObjectTokens in interface Notificationpublic StatusV2 getStatusV2()
getStatusV2 in class SmiOidMacropublic java.lang.String getDescription()
getDescription in interface Notificationpublic java.lang.String getReference()
getReference in interface Notification