Package org.pentaho.di.core.row.value
Annotation Type ValueMetaPlugin
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface ValueMetaPlugin
Classes annotated with "ValueMetaPlugin" are automatically recognized and registered as a new data type in the form of a ValueMetaInterface class.- Author:
- matt
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
casesUrl
String
classLoaderGroup
String
description
String
documentationUrl
String
forumUrl
boolean
isSeparateClassLoaderNeeded
-
-
-
Element Detail
-
id
String id
- Returns:
- The ID of the step. You can specify more than one ID in a comma separated format: id1,id2,id3 for deprecation purposes.
-
-
-
name
String name
-
-
-
description
String description
- Default:
- ""
-
-
-
documentationUrl
String documentationUrl
- Default:
- ""
-
-
-
casesUrl
String casesUrl
- Default:
- ""
-
-
-
forumUrl
String forumUrl
- Default:
- ""
-
-
-
classLoaderGroup
String classLoaderGroup
- Default:
- ""
-
-