com.bea.wlrt.adapter.defaultprovider.impl
Class CSVAdapterImpl.CSVEventType

java.lang.Object
  |
  +--com.bea.wlrt.adapter.defaultprovider.impl.CSVAdapterImpl.CSVEventType

public static class CSVAdapterImpl.CSVEventType
extends Object
implements EventType


Constructor Summary
CSVAdapterImpl.CSVEventType()
           
 
Method Summary
 void addAlias(String name)
           
 Set getAliases()
           
 Map getMetadata()
           
 EventType getSuperEventType()
           
 String getTypeName()
           
 void removeAlias(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVAdapterImpl.CSVEventType

public CSVAdapterImpl.CSVEventType()
Method Detail

addAlias

public void addAlias(String name)
Specified by:
addAlias in interface EventType


getAliases

public Set getAliases()
Specified by:
getAliases in interface EventType


removeAlias

public void removeAlias(String name)
Specified by:
removeAlias in interface EventType


getMetadata

public Map getMetadata()
Specified by:
getMetadata in interface EventType


getSuperEventType

public EventType getSuperEventType()
Specified by:
getSuperEventType in interface EventType


getTypeName

public String getTypeName()
Specified by:
getTypeName in interface EventType