|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface Level
An element of a dimension hierarchy. Levels describe the dimension from the highest (most summarized) level to the lowest (most detailed) level. For example, possible levels for a Geography dimension are Country, Region, State or Province, and City.
Attributes of Level are:
Associations of Level are:
factory
create methods. // create a store to contain your objects for this change. If you do not have an existing object // or store to use. You may obtain the store from another object by using Object.getObjectStore(). MdFactory factory; //where "factory" is a valid MdFactory instance MdObjectStore objectStore = factory.createObjectStore(); Level myObject = (Level) factory.createComplexMetadataObject(objectStore, "Level_Object", MetadataObjects.LEVEL, "AAAAAAAA"); myObject.updateMetadataAll(); // Write object to server objectStore.dispose(); // dispose of the object store if it is no longer needed
MdOMIUtil.
updateMetadataAll
method.
delete method can be used.
This will flag the object as being deleted on the client, and will require an update call to persist
the change to the server.
| Field Summary | |
|---|---|
static java.lang.String |
ASSOCIATION_AGGREGATIONS_NAME
Constant used for the name of the Aggregations association. |
static java.lang.String |
ASSOCIATION_CALCULATEDMEMBERS_NAME
Constant used for the name of the CalculatedMembers association. |
static java.lang.String |
ASSOCIATION_HIERARCHIES_NAME
Constant used for the name of the Hierarchies association. |
static java.lang.String |
ASSOCIATION_HIERARCHYLEVELS_NAME
Constant used for the name of the HierarchyLevels association. |
static java.lang.String |
ASSOCIATION_OLAPPROPERTIES_NAME
Constant used for the name of the OLAPProperties association. |
static java.lang.String |
ASSOCIATION_OWNINGDIMENSION_NAME
Constant used for the name of the OwningDimension association. |
static java.lang.String |
ATTRIBUTE_CARDINALITY_NAME
Constant used for the name of the Cardinality attribute. |
static java.lang.String |
ATTRIBUTE_LEVELTYPE_NAME
Constant used for the name of the LevelType attribute. |
static java.lang.String |
ATTRIBUTE_SASFORMAT_NAME
Constant used for the name of the SASFormat attribute. |
static java.lang.String |
ATTRIBUTE_SORTORDER_NAME
Constant used for the name of the SortOrder attribute. |
static java.lang.String |
ATTRIBUTE_UNIQUENAME_NAME
Constant used for the name of the UniqueName attribute. |
| Fields inherited from interface com.sas.metadata.remote.Feature |
|---|
ASSOCIATION_SOURCEFEATUREMAPS_NAME, ASSOCIATION_TARGETFEATUREMAPS_NAME |
| Fields inherited from interface com.sas.metadata.remote.PrimaryType |
|---|
ASSOCIATION_FAVORITESCONTAINERS_NAME, ATTRIBUTE_ISHIDDEN_NAME, ATTRIBUTE_PUBLICTYPE_NAME |
| Fields inherited from interface com.sas.metadata.remote.MdObjectBase |
|---|
ATTRIBUTE_DESC_NAME, ATTRIBUTE_ID_NAME, ATTRIBUTE_METADATACREATED_NAME, ATTRIBUTE_METADATAUPDATED_NAME, ATTRIBUTE_NAME_NAME |
| Method Summary | |
|---|---|
abstract AssociationList |
getAggregations()
Gets the Association list of Aggregations |
abstract AssociationList |
getAggregations(boolean fGoToServer)
Gets the Associationlist of Aggregations |
abstract AssociationList |
getCalculatedMembers()
Gets the Association list of CalculatedMembers |
abstract AssociationList |
getCalculatedMembers(boolean fGoToServer)
Gets the Associationlist of CalculatedMembers |
abstract int |
getCardinality()
Gets the int value of Cardinality |
abstract int |
getCardinalityState()
Gets the Metadata State of Cardinality |
abstract AssociationList |
getHierarchies()
Gets the AssociationList of Hierarchies |
abstract AssociationList |
getHierarchies(boolean fGoToServer)
Gets the Associationlist of Hierarchies |
abstract AssociationList |
getHierarchyLevels()
Gets the Association list of HierarchyLevels |
abstract AssociationList |
getHierarchyLevels(boolean fGoToServer)
Gets the Associationlist of HierarchyLevels |
abstract int |
getLevelType()
Gets the int value of LevelType |
abstract int |
getLevelTypeState()
Gets the Metadata State of LevelType |
abstract AssociationList |
getOLAPProperties()
Gets the AssociationList of OLAPProperties |
abstract AssociationList |
getOLAPProperties(boolean fGoToServer)
Gets the Associationlist of OLAPProperties |
abstract Dimension |
getOwningDimension()
Gets the Dimension for OwningDimension |
abstract AssociationList |
getOwningDimensions()
Gets the AssociationList of OwningDimensions |
abstract AssociationList |
getOwningDimensions(boolean fGoToServer)
Gets the Associationlist of OwningDimensions |
abstract java.lang.String |
getSASFormat()
Gets the String value of SASFormat |
abstract int |
getSASFormatMaxLength()
Gets the maximum length of SASFormat |
abstract int |
getSASFormatState()
Gets the Metadata State of SASFormat |
abstract java.lang.String |
getSortOrder()
Gets the String value of SortOrder |
abstract int |
getSortOrderMaxLength()
Gets the maximum length of SortOrder |
abstract int |
getSortOrderState()
Gets the Metadata State of SortOrder |
abstract java.lang.String |
getUniqueName()
Gets the String value of UniqueName |
abstract int |
getUniqueNameMaxLength()
Gets the maximum length of UniqueName |
abstract int |
getUniqueNameState()
Gets the Metadata State of UniqueName |
abstract void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: HierarchiesOLAPPropertiesOwningDimension |
abstract void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: OwningDimension |
abstract void |
setAggregations(AssociationList list)
Sets the Aggregations list to be list. |
abstract void |
setAggregations(AssociationList inObjects,
int state)
Sets the entire Aggregations list to match the passed in AssociationList, sets the state of the Aggregations |
abstract void |
setCalculatedMembers(AssociationList list)
Sets the CalculatedMembers list to be list. |
abstract void |
setCalculatedMembers(AssociationList inObjects,
int state)
Sets the entire CalculatedMembers list to match the passed in AssociationList, sets the state of the CalculatedMembers |
abstract void |
setCardinality(int inCardinality)
Sets the Cardinality value and sets the state to MetadataState.LOCAL. |
abstract void |
setCardinality(int inCardinality,
int state)
Sets the Cardinality Metadata State. |
abstract void |
setCardinality(java.lang.String inCardinality)
Sets the Cardinality value and sets the state to MetadataState.LOCAL. |
abstract void |
setCardinality(java.lang.String inCardinality,
int state)
Sets the Cardinality value and Metadata State. |
abstract void |
setCardinalityState(int state)
Sets the Metadata State of Cardinality. |
abstract void |
setHierarchies(AssociationList list)
Sets the Hierarchies list to be list. |
abstract void |
setHierarchies(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setHierarchyLevels(AssociationList list)
Sets the HierarchyLevels list to be list. |
abstract void |
setHierarchyLevels(AssociationList inObjects,
int state)
Sets the entire HierarchyLevels list to match the passed in AssociationList, sets the state of the HierarchyLevels |
abstract void |
setLevelType(int inLevelType)
Sets the LevelType value and sets the state to MetadataState.LOCAL. |
abstract void |
setLevelType(int inLevelType,
int state)
Sets the LevelType Metadata State. |
abstract void |
setLevelType(java.lang.String inLevelType)
Sets the LevelType value and sets the state to MetadataState.LOCAL. |
abstract void |
setLevelType(java.lang.String inLevelType,
int state)
Sets the LevelType value and Metadata State. |
abstract void |
setLevelTypeState(int state)
Sets the Metadata State of LevelType. |
abstract void |
setOLAPProperties(AssociationList list)
Sets the OLAPProperties list to be list. |
abstract void |
setOLAPProperties(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setOwningDimension(Dimension inObject)
Sets the OwningDimensions list 0th element to be inObject. |
abstract void |
setOwningDimensions(AssociationList list)
Sets the OwningDimensions list to be list. |
abstract void |
setOwningDimensions(AssociationList list,
int state)
Sets the OwningDimensions list to be list. |
abstract void |
setSASFormat(java.lang.String inSASFormat)
Sets the SASFormat value and sets the state to MetadataState.LOCAL. |
abstract void |
setSASFormat(java.lang.String inSASFormat,
int state)
Sets the SASFormat Metadata State. |
abstract void |
setSASFormatState(int state)
Sets the Metadata State of SASFormat. |
abstract void |
setSortOrder(java.lang.String inSortOrder)
Sets the SortOrder value and sets the state to MetadataState.LOCAL. |
abstract void |
setSortOrder(java.lang.String inSortOrder,
int state)
Sets the SortOrder Metadata State. |
abstract void |
setSortOrderState(int state)
Sets the Metadata State of SortOrder. |
abstract void |
setUniqueName(java.lang.String inUniqueName)
Sets the UniqueName value and sets the state to MetadataState.LOCAL. |
abstract void |
setUniqueName(java.lang.String inUniqueName,
int state)
Sets the UniqueName Metadata State. |
abstract void |
setUniqueNameState(int state)
Sets the Metadata State of UniqueName. |
| Methods inherited from interface com.sas.metadata.remote.Feature |
|---|
getSourceFeatureMaps, getSourceFeatureMaps, getTargetFeatureMaps, getTargetFeatureMaps, setSourceFeatureMaps, setSourceFeatureMaps, setTargetFeatureMaps, setTargetFeatureMaps |
| Methods inherited from interface com.sas.metadata.remote.PrimaryType |
|---|
getFavoritesContainers, getFavoritesContainers, getIsHidden, getIsHiddenState, getPublicType, getPublicTypeMaxLength, getPublicTypeState, setFavoritesContainers, setFavoritesContainers, setIsHidden, setIsHidden, setIsHidden, setIsHidden, setIsHiddenState, setPublicType, setPublicType, setPublicTypeState |
| Methods inherited from interface com.sas.metadata.remote.MdObjectBaseXML |
|---|
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAll |
| Field Detail |
|---|
static final java.lang.String ATTRIBUTE_CARDINALITY_NAME
Cardinality: The number of members in this level.
static final java.lang.String ATTRIBUTE_UNIQUENAME_NAME
UniqueName: The unique name for this level.
static final java.lang.String ATTRIBUTE_LEVELTYPE_NAME
LevelType: An enumeration of types of levels. From the OLEDB for OLAP spec. REGULAR 1 TIME 8 YEARS 16 HALF_YEARS 32 QUARTERS 64 MONTHS 128 WEEKS 256 DAYS 512 HOURS 1024 MINUTES 2048 SECONDS 4096
static final java.lang.String ATTRIBUTE_SORTORDER_NAME
SortOrder: This is an indication of the sort order of this column in this table. It can be ASCENDING, DESCENDING, ASCFORMATTED, DESFORMATTED, DSORDER.
static final java.lang.String ATTRIBUTE_SASFORMAT_NAME
SASFormat: SASFormat
static final java.lang.String ASSOCIATION_HIERARCHIES_NAME
Hierarchies: The list of hierarchies that include this level.
static final java.lang.String ASSOCIATION_OLAPPROPERTIES_NAME
OLAPProperties: The list of OLAP properties for this level.
static final java.lang.String ASSOCIATION_OWNINGDIMENSION_NAME
OwningDimension: The dimension that includes this level.
static final java.lang.String ASSOCIATION_AGGREGATIONS_NAME
Aggregations: The aggregations associated with this level.
static final java.lang.String ASSOCIATION_CALCULATEDMEMBERS_NAME
CalculatedMembers: The calculated members for this level.
static final java.lang.String ASSOCIATION_HIERARCHYLEVELS_NAME
HierarchyLevels: The list of hierarchy levels associated with this level.
| Method Detail |
|---|
void initializeRequiredObjects()
throws java.rmi.RemoteException
OwningDimension
initializeRequiredObjects in interface FeatureinitializeRequiredObjects in interface MdObjectBaseUtilinitializeRequiredObjects in interface PrimaryTypeinitializeRequiredObjects in interface Rootjava.rmi.RemoteException - If error connecting/communicating to/with remote object.
void initializePredObjects()
throws java.rmi.RemoteException
HierarchiesOLAPPropertiesOwningDimension
initializePredObjects in interface FeatureinitializePredObjects in interface MdObjectBaseinitializePredObjects in interface PrimaryTypeinitializePredObjects in interface Rootjava.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getCardinality()
throws java.rmi.RemoteException
int value of Cardinality
Cardinality
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getCardinalityState()
throws java.rmi.RemoteException
Cardinality
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getUniqueName()
throws java.rmi.RemoteException
String value of UniqueName
UniqueName
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getUniqueNameState()
throws java.rmi.RemoteException
UniqueName
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getUniqueNameMaxLength()
throws java.rmi.RemoteException
UniqueName
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getLevelType()
throws java.rmi.RemoteException
int value of LevelType
LevelType
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getLevelTypeState()
throws java.rmi.RemoteException
LevelType
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getSortOrder()
throws java.rmi.RemoteException
String value of SortOrder
SortOrder
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSortOrderState()
throws java.rmi.RemoteException
SortOrder
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSortOrderMaxLength()
throws java.rmi.RemoteException
SortOrder
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getSASFormat()
throws java.rmi.RemoteException
String value of SASFormat
SASFormat
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSASFormatState()
throws java.rmi.RemoteException
SASFormat
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSASFormatMaxLength()
throws java.rmi.RemoteException
SASFormat
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
AssociationList getHierarchies()
throws java.rmi.RemoteException,
MdException
Hierarchies
Hierarchies which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getOLAPProperties()
throws java.rmi.RemoteException,
MdException
OLAPProperties
OLAPProperties which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getOwningDimensions()
throws java.rmi.RemoteException,
MdException
OwningDimensions
OwningDimensions which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException
Dimension getOwningDimension()
throws java.rmi.RemoteException,
MdException
Dimension for OwningDimension
Dimension ( null if not set) of OwningDimensionwhich can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getAggregations()
throws java.rmi.RemoteException,
MdException
Aggregations
Aggregations which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getCalculatedMembers()
throws java.rmi.RemoteException,
MdException
CalculatedMembers
CalculatedMembers which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getHierarchyLevels()
throws java.rmi.RemoteException,
MdException
HierarchyLevels
HierarchyLevels which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getHierarchies(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
Hierarchies
fGoToServer - boolean Get the value from the server.
Hierarchies which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getOLAPProperties(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
OLAPProperties
fGoToServer - boolean Get the value from the server.
OLAPProperties which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getOwningDimensions(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
OwningDimensions
fGoToServer - boolean Get the value from the server.
OwningDimensions which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getAggregations(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
Aggregations
fGoToServer - boolean Get the value from the server.
Aggregations which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getCalculatedMembers(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
CalculatedMembers
fGoToServer - boolean Get the value from the server.
CalculatedMembers which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getHierarchyLevels(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
HierarchyLevels
fGoToServer - boolean Get the value from the server.
HierarchyLevels which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
void setCardinality(int inCardinality)
throws java.rmi.RemoteException
Cardinality value and sets the state to MetadataState.LOCAL.
inCardinality - int
java.rmi.RemoteException - If error communicating with remote object.
void setCardinality(int inCardinality,
int state)
throws java.rmi.RemoteException
Cardinality Metadata State.
inCardinality - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setCardinality(java.lang.String inCardinality)
throws java.rmi.RemoteException
Cardinality value and sets the state to MetadataState.LOCAL.
inCardinality - String
java.rmi.RemoteException - If error communicating with remote object.
void setCardinality(java.lang.String inCardinality,
int state)
throws java.rmi.RemoteException
Cardinality value and Metadata State.
inCardinality - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setCardinalityState(int state)
throws java.rmi.RemoteException
Cardinality.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setUniqueName(java.lang.String inUniqueName)
throws java.rmi.RemoteException
UniqueName value and sets the state to MetadataState.LOCAL.
inUniqueName - String
java.rmi.RemoteException - If error communicating with remote object.
void setUniqueName(java.lang.String inUniqueName,
int state)
throws java.rmi.RemoteException
UniqueName Metadata State.
inUniqueName - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setUniqueNameState(int state)
throws java.rmi.RemoteException
UniqueName.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setLevelType(int inLevelType)
throws java.rmi.RemoteException
LevelType value and sets the state to MetadataState.LOCAL.
inLevelType - int
java.rmi.RemoteException - If error communicating with remote object.
void setLevelType(int inLevelType,
int state)
throws java.rmi.RemoteException
LevelType Metadata State.
inLevelType - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setLevelType(java.lang.String inLevelType)
throws java.rmi.RemoteException
LevelType value and sets the state to MetadataState.LOCAL.
inLevelType - String
java.rmi.RemoteException - If error communicating with remote object.
void setLevelType(java.lang.String inLevelType,
int state)
throws java.rmi.RemoteException
LevelType value and Metadata State.
inLevelType - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setLevelTypeState(int state)
throws java.rmi.RemoteException
LevelType.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setSortOrder(java.lang.String inSortOrder)
throws java.rmi.RemoteException
SortOrder value and sets the state to MetadataState.LOCAL.
inSortOrder - String
java.rmi.RemoteException - If error communicating with remote object.
void setSortOrder(java.lang.String inSortOrder,
int state)
throws java.rmi.RemoteException
SortOrder Metadata State.
inSortOrder - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setSortOrderState(int state)
throws java.rmi.RemoteException
SortOrder.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setSASFormat(java.lang.String inSASFormat)
throws java.rmi.RemoteException
SASFormat value and sets the state to MetadataState.LOCAL.
inSASFormat - String
java.rmi.RemoteException - If error communicating with remote object.
void setSASFormat(java.lang.String inSASFormat,
int state)
throws java.rmi.RemoteException
SASFormat Metadata State.
inSASFormat - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setSASFormatState(int state)
throws java.rmi.RemoteException
SASFormat.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setHierarchies(AssociationList list)
throws java.rmi.RemoteException
Hierarchies list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setHierarchies(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setOLAPProperties(AssociationList list)
throws java.rmi.RemoteException
OLAPProperties list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setOLAPProperties(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setOwningDimensions(AssociationList list)
throws java.rmi.RemoteException
OwningDimensions list to be list. Object of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setOwningDimensions(AssociationList list,
int state)
throws java.rmi.RemoteException
OwningDimensions list to be list. Object of which can be of type:
list - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setOwningDimension(Dimension inObject)
throws java.rmi.RemoteException
OwningDimensions list 0th element to be inObject.
inObject - Dimension
java.rmi.RemoteException - If error communicating with remote object.
void setAggregations(AssociationList list)
throws java.rmi.RemoteException
Aggregations list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setAggregations(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setCalculatedMembers(AssociationList list)
throws java.rmi.RemoteException
CalculatedMembers list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setCalculatedMembers(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setHierarchyLevels(AssociationList list)
throws java.rmi.RemoteException
HierarchyLevels list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setHierarchyLevels(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||