Uses of Interface
com.sas.metadata.remote.PropertyGroup

Packages that use PropertyGroup
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
com.sas.metadata.remote.entities Provides a way of serializing com.sas.entities information to SAS Metadata Server in Java applications. 
 

Uses of PropertyGroup in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return PropertyGroup
 PropertyGroup AbstractProperty.getAssociatedPropertyGroup()
          Gets the PropertyGroup for AssociatedPropertyGroup
 PropertyGroup PropertyGroup.getParentGroup()
          Gets the PropertyGroup for ParentGroup
 PropertyGroup Root.getPrimaryPropertyGroup()
          Gets the PropertyGroup for PrimaryPropertyGroup
 

Methods in com.sas.metadata.remote with parameters of type PropertyGroup
 void AbstractProperty.setAssociatedPropertyGroup(PropertyGroup inObject)
          Sets the AssociatedPropertyGroups list 0th element to be inObject.
 void PropertyGroup.setParentGroup(PropertyGroup inObject)
          Sets the ParentGroups list 0th element to be inObject.
 void Root.setPrimaryPropertyGroup(PropertyGroup inObject)
          Sets the PrimaryPropertyGroups list 0th element to be inObject.
 

Uses of PropertyGroup in com.sas.metadata.remote.entities
 

Methods in com.sas.metadata.remote.entities with parameters of type PropertyGroup
static void MdOMAEntityUtility.populateEntityGroupfromOMRGroup(com.sas.entities.AttributeGroupInterface group, PropertyGroup omrGroup)
          Populate an Entity AttributeGroup from an OMR PropertyGroup
protected static void MdOMAEntityUtility.populateEntityGroupfromOMRGroup(com.sas.entities.AttributeGroupInterface group, PropertyGroup omrGroup, boolean goToServer)
          Populate an Entity AttributeGroup from an OMR PropertyGroup
static void MdOMAEntityUtility.populateOMRPropertyGroupFromAttributeGroup(PropertyGroup propGroup, com.sas.entities.AttributeGroupInterface attrGroup)
          Populate an OMR PropertyGroup from an Entity Attribute Group.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.