org.jsmiparser.smi
Class SmiProtocolType

java.lang.Object
  extended by org.jsmiparser.smi.SmiSymbol
      extended by org.jsmiparser.smi.SmiType
          extended by org.jsmiparser.smi.SmiProtocolType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class SmiProtocolType
extends SmiType

Types such as ObjectSyntax, SimpleSyntax and ApplicationSyntax, that are only used in SNMP protocol PDU's, but never used as variable, row or table types.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jsmiparser.smi.SmiType
APPLICATION_TYPES
 
Constructor Summary
SmiProtocolType(IdToken idToken, SmiModule module)
           
 
Method Summary
static SmiType createChoiceType(IdToken idToken, SmiModule module)
           
 
Methods inherited from class org.jsmiparser.smi.SmiType
addField, findEnumValue, findEnumValue, getBaseType, getBiggestEnumValue, getBitFields, getCodeId, getElementType, getElementTypeToken, getEnumValues, getFields, getPrimitiveType, getRangeConstraints, getSizeConstraints, getSmallestEnumValue, getVarBindField, resolveReferences, resolveThis, setBaseType, setBitFields, setElementType, setElementTypeToken, setEnumValues, setRangeConstraints, setSizeConstraints
 
Methods inherited from class org.jsmiparser.smi.SmiSymbol
addUserData, compareTo, compareTo, equals, findUserData, findUserData, getFullCodeId, getId, getIdToken, getLocation, getModule, getUcId, getUserData, hashCode, setIdToken, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SmiProtocolType

public SmiProtocolType(IdToken idToken,
                       SmiModule module)
Method Detail

createChoiceType

public static SmiType createChoiceType(IdToken idToken,
                                       SmiModule module)


Copyright © 2005-2007 null. All Rights Reserved.