***  This interface is subject to change.  ***

com.sas.iquery.metadata
Interface NamedObjectInterface

All Known Subinterfaces:
BusinessGroup, BusinessItem, BusinessModel, BusinessModelObject, BusinessModelResource, BusinessRule, CompoundFilter, DataItem, DataItemReference, DataSelection, DrillThroughToDetail, FilterCascadeRule, FilterItem, Governing, InformationMap, LocalizableModelObject, LocalizableNamedObjectInterface, MapFolder, ModelItemWithIdentity, Prompt
All Known Implementing Classes:
Category, Function, Operator, ParameterType, SASFormatCategory

public interface NamedObjectInterface

Specifies basic getter methods for objects that have labels and descriptions.


Method Summary
 java.lang.String getDescription()
          Returns a description for this object, typically for display purposes.
 java.lang.String getLabel()
          Returns a label for this object, typically for display purposes.
 

Method Detail

getLabel

java.lang.String getLabel()
Returns a label for this object, typically for display purposes.

Returns:
String a label or null if not set

getDescription

java.lang.String getDescription()
Returns a description for this object, typically for display purposes. A description is intended to provide a longer worded phrase than the label itself.

Returns:
a description or null if not set

***  This interface is subject to change.  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.