Skip to content

Commit fa5e8c2

Browse files
committed
expose getExtensionFields in the interfaces
1 parent befd7e4 commit fa5e8c2

File tree

83 files changed

+249
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+249
-0
lines changed

src/main/java/org/w3id/cwl/cwl1_2/ArraySchema.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
* Auto-generated interface for <I>https://w3id.org/cwl/salad#ArraySchema</I><BR>This interface is implemented by {@link ArraySchemaImpl}<BR>
2121
*/
2222
public interface ArraySchema extends Saveable {
23+
24+
java.util.Map<String, Object> getExtensionFields();
25+
2326
/**
2427
* Getter for property <I>https://w3id.org/cwl/salad#items</I><BR>
2528
* <BLOCKQUOTE>

src/main/java/org/w3id/cwl/cwl1_2/CWLArraySchema.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
* Auto-generated interface for <I>https://w3id.org/cwl/cwl#CWLArraySchema</I><BR>This interface is implemented by {@link CWLArraySchemaImpl}<BR>
2121
*/
2222
public interface CWLArraySchema extends ArraySchema, Saveable {
23+
24+
java.util.Map<String, Object> getExtensionFields();
25+
2326
/**
2427
* Getter for property <I>https://w3id.org/cwl/salad#items</I><BR>
2528
* <BLOCKQUOTE>

src/main/java/org/w3id/cwl/cwl1_2/CWLRecordField.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
* Auto-generated interface for <I>https://w3id.org/cwl/cwl#CWLRecordField</I><BR>This interface is implemented by {@link CWLRecordFieldImpl}<BR>
2121
*/
2222
public interface CWLRecordField extends RecordField, Saveable {
23+
24+
java.util.Map<String, Object> getExtensionFields();
25+
2326
/**
2427
* Getter for property <I>https://w3id.org/cwl/salad#RecordField/name</I><BR>
2528
* <BLOCKQUOTE>

src/main/java/org/w3id/cwl/cwl1_2/CWLRecordSchema.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
* Auto-generated interface for <I>https://w3id.org/cwl/cwl#CWLRecordSchema</I><BR>This interface is implemented by {@link CWLRecordSchemaImpl}<BR>
2121
*/
2222
public interface CWLRecordSchema extends RecordSchema, Saveable {
23+
24+
java.util.Map<String, Object> getExtensionFields();
25+
2326
/**
2427
* Getter for property <I>https://w3id.org/cwl/salad#fields</I><BR>
2528
* <BLOCKQUOTE>

src/main/java/org/w3id/cwl/cwl1_2/CommandInputArraySchema.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
* Auto-generated interface for <I>https://w3id.org/cwl/cwl#CommandInputArraySchema</I><BR>This interface is implemented by {@link CommandInputArraySchemaImpl}<BR>
2121
*/
2222
public interface CommandInputArraySchema extends InputArraySchema, CommandInputSchema, CommandLineBindable, Saveable {
23+
24+
java.util.Map<String, Object> getExtensionFields();
25+
2326
/**
2427
* Getter for property <I>https://w3id.org/cwl/cwl#IOSchema/name</I><BR>
2528
* <BLOCKQUOTE>

src/main/java/org/w3id/cwl/cwl1_2/CommandInputEnumSchema.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
* Auto-generated interface for <I>https://w3id.org/cwl/cwl#CommandInputEnumSchema</I><BR>This interface is implemented by {@link CommandInputEnumSchemaImpl}<BR>
2121
*/
2222
public interface CommandInputEnumSchema extends InputEnumSchema, CommandInputSchema, CommandLineBindable, Saveable {
23+
24+
java.util.Map<String, Object> getExtensionFields();
25+
2326
/**
2427
* Getter for property <I>https://w3id.org/cwl/cwl#IOSchema/name</I><BR>
2528
* <BLOCKQUOTE>

src/main/java/org/w3id/cwl/cwl1_2/CommandInputParameter.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
An input parameter for a CommandLineTool. </BLOCKQUOTE>
2222
*/
2323
public interface CommandInputParameter extends InputParameter, Saveable {
24+
25+
java.util.Map<String, Object> getExtensionFields();
26+
2427
/**
2528
* Getter for property <I>https://w3id.org/cwl/cwl#Identified/id</I><BR>
2629
* <BLOCKQUOTE>

src/main/java/org/w3id/cwl/cwl1_2/CommandInputRecordField.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
* Auto-generated interface for <I>https://w3id.org/cwl/cwl#CommandInputRecordField</I><BR>This interface is implemented by {@link CommandInputRecordFieldImpl}<BR>
2121
*/
2222
public interface CommandInputRecordField extends InputRecordField, CommandLineBindable, Saveable {
23+
24+
java.util.Map<String, Object> getExtensionFields();
25+
2326
/**
2427
* Getter for property <I>https://w3id.org/cwl/salad#RecordField/name</I><BR>
2528
* <BLOCKQUOTE>

src/main/java/org/w3id/cwl/cwl1_2/CommandInputRecordSchema.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
* Auto-generated interface for <I>https://w3id.org/cwl/cwl#CommandInputRecordSchema</I><BR>This interface is implemented by {@link CommandInputRecordSchemaImpl}<BR>
2121
*/
2222
public interface CommandInputRecordSchema extends InputRecordSchema, CommandInputSchema, CommandLineBindable, Saveable {
23+
24+
java.util.Map<String, Object> getExtensionFields();
25+
2326
/**
2427
* Getter for property <I>https://w3id.org/cwl/cwl#IOSchema/name</I><BR>
2528
* <BLOCKQUOTE>

src/main/java/org/w3id/cwl/cwl1_2/CommandInputSchema.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@
2020
* Auto-generated interface for <I>https://w3id.org/cwl/cwl#CommandInputSchema</I><BR>
2121
*/
2222
public interface CommandInputSchema extends Saveable {
23+
24+
java.util.Map<String, Object> getExtensionFields();
25+
2326
}

0 commit comments

Comments
 (0)