Uses of Enum Class
com.streambase.sb.operator.parameter.JavaTypePropertyDescriptor.TypeChoice
Packages that use JavaTypePropertyDescriptor.TypeChoice
Package
Description
Provides classes and interfaces to specify parameters for custom operators.
-
Uses of JavaTypePropertyDescriptor.TypeChoice in com.streambase.sb.operator.parameter
Methods in com.streambase.sb.operator.parameter that return JavaTypePropertyDescriptor.TypeChoiceModifier 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.Constructors in com.streambase.sb.operator.parameter with parameters of type JavaTypePropertyDescriptor.TypeChoiceModifierConstructorDescriptionJavaTypePropertyDescriptor
(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.