public class RASAttributeEntry
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RASAttributeEntry.EventType |
| Constructor and Description |
|---|
RASAttributeEntry(java.lang.String name, java.lang.String defaultValue, RASAttributeEntry.EventType eventType)
construct a RAS namespace template attribute entry
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultValue()
Return the default value of the RAS namespace template attribute
|
RASAttributeEntry.EventType |
getEventType()
Return the trigger event associated with the RAS namespace template attribute
|
java.lang.String |
getName()
Return name of the RAS namespace template attribute
|
public RASAttributeEntry(java.lang.String name,
java.lang.String defaultValue,
RASAttributeEntry.EventType eventType)
name - name of the namespace template attribute, can not be null, must be unique within a namespace template.defaultValue - default value assigned to the attributeeventType - trigger event associated with the attributepublic java.lang.String getName()
public java.lang.String getDefaultValue()
public RASAttributeEntry.EventType getEventType()