public class ActivationCommand extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ActivationCommand.ActivationCommandType
Activation type.
|
Constructor and Description |
---|
ActivationCommand(SActivationCommand s,
ModelInstance modelInstance)
Creates a new instance from the serialized companion.
|
ActivationCommand(String name,
ActivationCommand.ActivationCommandType type)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name.
|
ActivationCommand.ActivationCommandType |
getType()
Returns the type.
|
String |
toString() |
public ActivationCommand(String name, ActivationCommand.ActivationCommandType type)
name
- type
- NullPointerException
- if modelInstance
or name
or type
is
nullpublic ActivationCommand(SActivationCommand s, ModelInstance modelInstance)
s
- modelInstance
- public String getName()
public ActivationCommand.ActivationCommandType getType()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.