public class EventProperty
extends java.lang.Object
Title: Structured Data Objects
Description: Defines an Event Property.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Constructor and Description |
---|
EventProperty() |
EventProperty(java.lang.String name,
PropertyType type) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
PropertyType |
getType() |
java.lang.Object |
getValue() |
void |
setName(java.lang.String name) |
void |
setType(PropertyType type) |
void |
setValue(java.lang.Object value) |
public EventProperty()
public EventProperty(java.lang.String name, PropertyType type)
public void setName(java.lang.String name)
public java.lang.String getName()
public void setType(PropertyType type)
public PropertyType getType()
public void setValue(java.lang.Object value) throws SDOPropertyException
SDOPropertyException
public java.lang.Object getValue()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.