Uses of Enum Class
com.streambase.sb.operator.parameter.JavaTypePropertyDescriptor.TypeChoice
Package
Description
Provides classes and interfaces to specify parameters for custom operators.
-
Uses of JavaTypePropertyDescriptor.TypeChoice in com.streambase.sb.operator.parameter
Modifier and TypeMethodDescriptionJavaTypePropertyDescriptor.getType()
Returns the enum constant of this class with the specified name.JavaTypePropertyDescriptor.TypeChoice.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionJavaTypePropertyDescriptor
(JavaTypePropertyDescriptor.TypeChoice type, PropertyDescriptor pd, Class<?> beanClass) Copy a property descriptor.JavaTypePropertyDescriptor
(String propertyName, JavaTypePropertyDescriptor.TypeChoice type, Class<?> beanClass) JavaTypePropertyDescriptor
(String propertyName, JavaTypePropertyDescriptor.TypeChoice type, Class<?> beanClass, String readMethodName, String writeMethodName) Construct a property descriptor with non-standard read/write method names.