org.jsmiparser.smi
Class SmiRow
java.lang.Object
org.jsmiparser.smi.SmiSymbol
org.jsmiparser.smi.SmiValue
org.jsmiparser.smi.SmiOidValue
org.jsmiparser.smi.SmiOidMacro
org.jsmiparser.smi.SmiObjectType
org.jsmiparser.smi.SmiRow
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public class SmiRow
- extends SmiObjectType
- See Also:
- Serialized Form
Methods inherited from class org.jsmiparser.smi.SmiObjectType |
getAccessAll, getAccessToken, getAccessV1, getAccessV2, getDescription, getMaxAccess, getMaxAccessToken, getType, setAccessToken, setDescription, setMaxAccessToken, setStatus, setType |
Methods inherited from class org.jsmiparser.smi.SmiSymbol |
addUserData, compareTo, compareTo, equals, findUserData, findUserData, getCodeId, 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 |
SmiRow
public SmiRow(IdToken idToken,
SmiModule module)
getTable
public SmiTable getTable()
getColumns
public java.util.List<SmiVariable> getColumns()
getAugments
public SmiRow getAugments()
setAugmentsId
public void setAugmentsId(ScopedId augmentsId)
getIndexes
public java.util.List<SmiIndex> getIndexes()
getChildRows
public java.util.List<SmiRow> getChildRows()
getParentRows
public java.util.List<SmiRow> getParentRows()
findColumn
public SmiVariable findColumn(java.lang.String id)
addIndex
public SmiIndex addIndex(ScopedId scopedId,
boolean isImplied)
hasSameIndexes
public boolean hasSameIndexes(SmiRow other)
addParentRow
public void addParentRow(SmiRow row)
resolveReferences
public void resolveReferences(XRefProblemReporter reporter)
- Overrides:
resolveReferences
in class SmiObjectType
Copyright © 2005-2007 null. All Rights Reserved.