summaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-05-08 12:27:09 +0200
committerJon Bratseth <bratseth@verizonmedia.com>2019-08-13 13:22:31 +0200
commitb32202458cce6a00686fab7bac777b6cb9ee34de (patch)
treed4fb80f544a13442f56e5d7d30ec09e26c6f8fe3 /vespajlib/abi-spec.json
parente15d87688f4da812e93500598fa653164b47b9bd (diff)
Merge
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index 6f37b9edea4..9c425570a7e 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -1364,9 +1364,12 @@
"methods": [
"public static com.yahoo.tensor.TensorType$Value[] values()",
"public static com.yahoo.tensor.TensorType$Value valueOf(java.lang.String)",
+ "public java.lang.String id()",
+ "public boolean isEqualOrLargerThan(com.yahoo.tensor.TensorType$Value)",
"public static com.yahoo.tensor.TensorType$Value largestOf(java.util.List)",
"public static com.yahoo.tensor.TensorType$Value largestOf(com.yahoo.tensor.TensorType$Value, com.yahoo.tensor.TensorType$Value)",
- "public java.lang.String toString()"
+ "public java.lang.String toString()",
+ "public static com.yahoo.tensor.TensorType$Value fromId(java.lang.String)"
],
"fields": [
"public static final enum com.yahoo.tensor.TensorType$Value DOUBLE",
@@ -1409,8 +1412,7 @@
],
"methods": [
"public void <init>()",
- "public static com.yahoo.tensor.TensorType fromSpec(java.lang.String)",
- "public static com.yahoo.tensor.TensorType$Value toValueType(java.lang.String)"
+ "public static com.yahoo.tensor.TensorType fromSpec(java.lang.String)"
],
"fields": []
},