Uses of Class
com.streambase.sb.operator.parameter.ResourceFilePropertyDescriptor.TypeHint
-
Packages that use ResourceFilePropertyDescriptor.TypeHint Package Description com.streambase.sb.operator.parameter Provides classes and interfaces to specify parameters for custom operators. -
-
Uses of ResourceFilePropertyDescriptor.TypeHint in com.streambase.sb.operator.parameter
Methods in com.streambase.sb.operator.parameter that return ResourceFilePropertyDescriptor.TypeHint Modifier and Type Method Description ResourceFilePropertyDescriptor.TypeHintResourceFilePropertyDescriptor. getType()static ResourceFilePropertyDescriptor.TypeHintResourceFilePropertyDescriptor.TypeHint. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceFilePropertyDescriptor.TypeHint[]ResourceFilePropertyDescriptor.TypeHint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.streambase.sb.operator.parameter with parameters of type ResourceFilePropertyDescriptor.TypeHint Modifier and Type Method Description ResourceFilePropertyDescriptorResourceFilePropertyDescriptor. typeHint(ResourceFilePropertyDescriptor.TypeHint type)
-