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
 PropertyGroupInterface AbstractPropertyInterface.getAssociatedPropertyGroup()
          Get the group, if any, that this property is a member of.
 PropertyGroupInterface VirtualMetadata.getPrimaryPropertyGroup()
           
 PropertyGroupInterface PrototypeInterface.getPrimaryPropertyGroup()
          Get the primary property group for this prototype.
 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
 void SoftwareComponentInterface.addPropertyGroup(PropertyGroupInterface group)
          Add a PropertyGroupInterface object to this SoftwareComponent.
 void PropertyGroupInterface.addSubpropertyGroup(PropertyGroupInterface group)
          Add a subproperty group.
 void SoftwareComponentInterface.removePropertyGroup(PropertyGroupInterface group)
          Remove a PropertyGroupInterface object from the associated list.
 void PropertyGroupInterface.removeSubpropertyGroup(PropertyGroupInterface group)
          Remove a subproperty group.
 void AbstractPropertyInterface.setAssociatedPropertyGroup(PropertyGroupInterface group)
          Make this property a member of a PropertyGroup.
 void VirtualMetadata.setPrimaryPropertyGroup(PropertyGroupInterface pgroup)
           
 void PrototypeInterface.setPrimaryPropertyGroup(PropertyGroupInterface propertyGroup)
          Set the primary property group for this prototype.
 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.