public class ObjectValueTypeWidenerFactoryContext extends Object
ObjectValueTypeWidenerFactory
Constructor and Description |
---|
ObjectValueTypeWidenerFactoryContext(Class clazz,
String propertyName,
EventType eventType,
String statementName,
String engineURI)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Class |
getClazz()
Returns the class
|
String |
getEngineURI()
Returns the engine URI
|
EventType |
getEventType()
Returns the event type
|
String |
getPropertyName()
Returns the property name
|
String |
getStatementName()
Returns the statement name
|
public ObjectValueTypeWidenerFactoryContext(Class clazz, String propertyName, EventType eventType, String statementName, String engineURI)
clazz
- classpropertyName
- property nameeventType
- event typestatementName
- statement nameengineURI
- engine URIpublic Class getClazz()
public String getPropertyName()
public String getStatementName()
public String getEngineURI()
public EventType getEventType()