org.ow2.util.ee.metadata.common.api.xml.struct
Interface IActivationConfig

All Superinterfaces:
Serializable

public interface IActivationConfig
extends Serializable

Interface used for activation-config element.

Author:
Florent Benoit

Field Summary
static String NAME
          Name of this element.
 
Method Summary
 String getName()
          Gets the name of the activation config.
 String getValue()
          Gets the value of the activation config.
 void setName(String name)
          Sets the name of the activation config.
 void setValue(String value)
          Sets the value of the activation config.
 

Field Detail

NAME

static final String NAME
Name of this element.

See Also:
Constant Field Values
Method Detail

getName

String getName()
Gets the name of the activation config.

Returns:
the name of the activation config

setName

void setName(String name)
Sets the name of the activation config.

Parameters:
name - the name of the activation config

getValue

String getValue()
Gets the value of the activation config.

Returns:
the value of the activation config

setValue

void setValue(String value)
Sets the value of the activation config.

Parameters:
value - the value of the activation config


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.