java.lang.Object | |
↳ | com.datalogic.device.configuration.ProfileRuleType |
ProfileRuleType
is the class that implements the descriptor of the association of a profile to a set of activities.
When one of the listed activities comes to the foreground the profile is automatically loaded.
When the activity is no more in foreground the previous configuration will be restored.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
classes | List of the names of the classes inside of package for which the profile must be loaded; an empty list means all the activities of the package. | ||||||||||
name | Identifier of the rule. | ||||||||||
packageName | Package of the activities. | ||||||||||
profile | Name of the profile. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a string representation of the ProfileRuleType.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
List of the names of the classes inside of package for which the profile must be loaded; an empty list means all the activities of the package.
Returns a string representation of the ProfileRuleType.