org.jboss.cdi.tck.shrinkwrap.descriptors
Class SystemPropertyActivator

java.lang.Object
  extended by org.jboss.cdi.tck.shrinkwrap.descriptors.SystemPropertyActivator
All Implemented Interfaces:
Activator

public class SystemPropertyActivator
extends Object
implements Activator


Constructor Summary
SystemPropertyActivator(String name)
           
 
Method Summary
 String getElementName()
           
 String getName()
           
 String getNameAttribute()
           
 String getValue()
           
 String getValueAttribute()
           
static SystemPropertyActivator newSystemPropertyActivator(String name)
           
 SystemPropertyActivator setName(String name)
           
 SystemPropertyActivator setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertyActivator

public SystemPropertyActivator(String name)
Method Detail

getName

public String getName()

setName

public SystemPropertyActivator setName(String name)

getValue

public String getValue()

setValue

public SystemPropertyActivator setValue(String value)

getElementName

public String getElementName()
Specified by:
getElementName in interface Activator

getNameAttribute

public String getNameAttribute()
Specified by:
getNameAttribute in interface Activator

getValueAttribute

public String getValueAttribute()
Specified by:
getValueAttribute in interface Activator

newSystemPropertyActivator

public static SystemPropertyActivator newSystemPropertyActivator(String name)


Copyright © 2008-2013 Seam Framework. All Rights Reserved.