|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Column interface provides access to data describing a column in a SAS data set.
Fields inherited from interface com.sas.edir.Entity |
PROPERTY_CHANGED, SUBPROPERTY_CHANGED |
Method Summary | |
java.lang.String |
getFormat()
Returns the Column format specification |
java.lang.String |
getInformat()
Returns the informat specifier for this column. |
int |
getLength()
Returns the length for this column |
java.lang.String |
getSortOrder()
Returns the sort order for t his MDDB column. |
java.lang.String |
getStatistic()
Returns the column statistic. |
java.lang.String |
getSummaryRole()
Returns the summary role for this MDDB column |
java.lang.String |
getType()
Returns the column type, "N" for numeric, or "C" for character. |
java.lang.String |
getUniqueName()
Returns the unique name for this column |
void |
setFormat(java.lang.String format)
Sets the format specifier for this column. |
void |
setInformat(java.lang.String informat)
Sets the informat specifier for this column. |
void |
setLength(int columnLength)
Sets the length for this column |
void |
setSortOrder(java.lang.String sortOrder)
Sets sort order for this MDDB column. |
void |
setStatistic(java.lang.String statistic)
Sets the statistic. |
void |
setSummaryRole(java.lang.String summaryRole)
Sets the summary role for this MDDB column. |
void |
setType(java.lang.String type)
Sets the column type, "N" for numeric, "C" for character. |
void |
setUniqueName(java.lang.String uniqueName)
Sets the unique name for this column. |
Methods inherited from interface com.sas.edir.Entity |
addPropertyChangeListener, getContext, getCreateTime, getCreatorsName, getDescription, getEnterpriseDirectory, getGuid, getModifiersName, getModifyTime, getName, getObjectclass, removeModificationItems, removePropertyChangeListener, setDescription, setGuid, setName, setObjectclass |
Methods inherited from interface com.sas.edir.Caching |
edirUpdateStore, getTimeToLive, isExpired, refreshCache, refreshCachedObjects, releaseCache, setDirty, setTimeToLive, setTimeToLive, updateStore |
Methods inherited from interface com.sas.edir.TrackedObject |
getTrackingId, getUserData, setUserData |
Method Detail |
public java.lang.String getUniqueName()
public void setUniqueName(java.lang.String uniqueName)
The
- new unique name for this column.public int getLength()
public void setLength(int columnLength)
The
- new column length.public java.lang.String getType()
public void setType(java.lang.String type)
The
- new column typepublic java.lang.String getFormat()
public void setFormat(java.lang.String format)
The
- new format specifier.public java.lang.String getInformat()
public void setInformat(java.lang.String informat)
The
- new informat specifier.public java.lang.String getSummaryRole()
public void setSummaryRole(java.lang.String summaryRole)
The
- new summary role for this MDDB column.public java.lang.String getSortOrder()
public void setSortOrder(java.lang.String sortOrder)
The
- new sort order for this MDDB column.public java.lang.String getStatistic()
public void setStatistic(java.lang.String statistic)
The
- new column statistic
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |