Uses of Interface
com.sas.services.information.metadata.PropertyGroupInterface
Packages that use PropertyGroupInterface
-
Uses of PropertyGroupInterface in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata that return PropertyGroupInterfaceModifier and TypeMethodDescriptionAbstractPropertyInterface.getAssociatedPropertyGroup()Get the group, if any, that this property is a member of.OMRAbstractProperty.getAssociatedPropertyGroup()Metadata.getPrimaryPropertyGroup()MetadataInterface.getPrimaryPropertyGroup()Get this object's primary PropertyGroup object.OMRPrototype.getPrimaryPropertyGroup()PrototypeInterface.getPrimaryPropertyGroup()Get the primary property group for this prototype.VirtualMetadata.getPrimaryPropertyGroup()Methods in com.sas.services.information.metadata with parameters of type PropertyGroupInterfaceModifier and TypeMethodDescriptionvoidOMRSoftwareComponent.addPropertyGroup(PropertyGroupInterface group) voidSoftwareComponentInterface.addPropertyGroup(PropertyGroupInterface group) Add aPropertyGroupInterfaceobject to this SoftwareComponent.voidOMRPropertyGroup.addSubpropertyGroup(PropertyGroupInterface group) voidPropertyGroupInterface.addSubpropertyGroup(PropertyGroupInterface group) Add a subproperty group.voidOMRSoftwareComponent.removePropertyGroup(PropertyGroupInterface group) voidSoftwareComponentInterface.removePropertyGroup(PropertyGroupInterface group) Remove aPropertyGroupInterfaceobject from the associated list.voidOMRPropertyGroup.removeSubpropertyGroup(PropertyGroupInterface group) voidPropertyGroupInterface.removeSubpropertyGroup(PropertyGroupInterface group) Remove a subproperty group.voidAbstractPropertyInterface.setAssociatedPropertyGroup(PropertyGroupInterface group) Make this property a member of a PropertyGroup.voidOMRAbstractProperty.setAssociatedPropertyGroup(PropertyGroupInterface group) voidMetadata.setPrimaryPropertyGroup(PropertyGroupInterface pgroup) voidMetadataInterface.setPrimaryPropertyGroup(PropertyGroupInterface pgroup) Set this object's primary property group object.voidOMRPrototype.setPrimaryPropertyGroup(PropertyGroupInterface propertyGroup) voidPrototypeInterface.setPrimaryPropertyGroup(PropertyGroupInterface propertyGroup) Set the primary property group for this prototype.voidVirtualMetadata.setPrimaryPropertyGroup(PropertyGroupInterface pgroup)