Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.1.0)

E10653-02

oracle.adf.model.events
Class EventDefinitionImpl

java.lang.Object
  extended by oracle.adf.model.events.EventDefinitionImpl
All Implemented Interfaces:
EventDefinition

public class EventDefinitionImpl
extends java.lang.Object
implements EventDefinition

EventDefinitionImpl implements interface EventDefinition Used as RT implementation for accessing Event Defintion in Bean.xml file

See Also:
EventDefinition

Constructor Summary
EventDefinitionImpl()
           
 
Method Summary
 java.lang.String getAttributeName()
          getAttributeName gets the value of attribute name
 java.lang.String getEventName()
          getEventName gets the value of eventName field
 void loadFromXML(DefElement elem)
           
 void setAttributeName(java.lang.String aName)
          setAttributeName sets the value of attribute Name field
 void setEventName(java.lang.String eName)
          setEventName sets the value of eventName field
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDefinitionImpl

public EventDefinitionImpl()
Method Detail

getEventName

public java.lang.String getEventName()
getEventName gets the value of eventName field

Specified by:
getEventName in interface EventDefinition

setEventName

public void setEventName(java.lang.String eName)
setEventName sets the value of eventName field

Specified by:
setEventName in interface EventDefinition
Parameters:
eName - String eventName

getAttributeName

public java.lang.String getAttributeName()
getAttributeName gets the value of attribute name

Specified by:
getAttributeName in interface EventDefinition

setAttributeName

public void setAttributeName(java.lang.String aName)
setAttributeName sets the value of attribute Name field

Specified by:
setAttributeName in interface EventDefinition
Parameters:
attrName - String attribute name

loadFromXML

public void loadFromXML(DefElement elem)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.1.0)

E10653-02

Copyright © 1997, 2009, Oracle. All rights reserved.