Package | Description |
---|---|
com.opencloud.slee.profile |
Modifier and Type | Method and Description |
---|---|
ProfileDataCollection.Profile.Action |
ProfileDataCollection.Profile.getAction()
Get the action to be applied to the profile.
|
static ProfileDataCollection.Profile.Action |
ProfileDataCollection.Profile.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileDataCollection.Profile.Action[] |
ProfileDataCollection.Profile.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Profile(String profileName,
ProfileDataCollection.Profile.Action action,
boolean failIfExists,
boolean failIfNotExists)
Create a new profile import record.
|