@Beta
public interface PiActionProfileModel
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasSelector()Returns true if this action profile implements dynamic selection, false otherwise. | 
| PiActionProfileId | id()Returns the ID of this action profile. | 
| long | maxSize()Returns the maximum number of member entries of this action profile. | 
| Collection<PiTableId> | tables()Returns the collection of table IDs that use this action profile. | 
PiActionProfileId id()
Collection<PiTableId> tables()
boolean hasSelector()
long maxSize()