| Constructor and Description |
|---|
SystemPropertyActivator(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getElementName() |
String |
getName() |
String |
getNameAttribute() |
String |
getValue() |
String |
getValueAttribute() |
static SystemPropertyActivator |
newSystemPropertyActivator(String name) |
SystemPropertyActivator |
setName(String name) |
SystemPropertyActivator |
setValue(String value) |
public SystemPropertyActivator(String name)
public String getName()
public SystemPropertyActivator setName(String name)
public String getValue()
public SystemPropertyActivator setValue(String value)
public String getElementName()
getElementName in interface Activatorpublic String getNameAttribute()
getNameAttribute in interface Activatorpublic String getValueAttribute()
getValueAttribute in interface Activatorpublic static SystemPropertyActivator newSystemPropertyActivator(String name)
Copyright © 2008-2015 Seam Framework. All Rights Reserved.