Uses of Interface
com.sas.services.information.metadata.PropertyGroupInterface

Packages that use PropertyGroupInterface
com.sas.services.information.metadata Information Service metadata. 
 

Uses of PropertyGroupInterface in com.sas.services.information.metadata
 

Methods in com.sas.services.information.metadata that return PropertyGroupInterface
abstract  PropertyGroupInterface AbstractPropertyInterface.getAssociatedPropertyGroup()
          Get the group, if any, that this property is a member of.
 PropertyGroupInterface VirtualMetadata.getPrimaryPropertyGroup()
           
abstract  PropertyGroupInterface PrototypeInterface.getPrimaryPropertyGroup()
          Get the primary property group for this prototype.
abstract  PropertyGroupInterface MetadataInterface.getPrimaryPropertyGroup()
          Get this object's primary PropertyGroup object.
 PropertyGroupInterface Metadata.getPrimaryPropertyGroup()
           
 

Methods in com.sas.services.information.metadata with parameters of type PropertyGroupInterface
abstract  void SoftwareComponentInterface.addPropertyGroup(PropertyGroupInterface group)
          Add a PropertyGroupInterface object to this SoftwareComponent.
abstract  void PropertyGroupInterface.addSubpropertyGroup(PropertyGroupInterface group)
          Add a subproperty group.
abstract  void SoftwareComponentInterface.removePropertyGroup(PropertyGroupInterface group)
          Remove a PropertyGroupInterface object from the associated list.
abstract  void PropertyGroupInterface.removeSubpropertyGroup(PropertyGroupInterface group)
          Remove a subproperty group.
abstract  void AbstractPropertyInterface.setAssociatedPropertyGroup(PropertyGroupInterface group)
          Make this property a member of a PropertyGroup.
 void VirtualMetadata.setPrimaryPropertyGroup(PropertyGroupInterface pgroup)
           
abstract  void PrototypeInterface.setPrimaryPropertyGroup(PropertyGroupInterface propertyGroup)
          Set the primary property group for this prototype.
abstract  void MetadataInterface.setPrimaryPropertyGroup(PropertyGroupInterface pgroup)
          Set this object's primary property group object.
 void Metadata.setPrimaryPropertyGroup(PropertyGroupInterface pgroup)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.