
samples.bindings.attribute.pec Maven / Gradle / Ivy
define Stuff as native category with attributes id and text, and bindings:
define category bindings as:
Java: prompto.value.Any
C#: prompto.value.Any
Python2: Any from module: prompto.value.Any
Python3: Any from module: prompto.value.Any
JavaScript: Any from module: prompto/value/Any.js
and methods:
define id as native getter doing:
Java: return System.identityHashCode(self);
C#: return System.Runtime.CompilerServices.RuntimeHelpers.GetHashCode(self);
Python2: return id(self)
Python3: return id(self)
JavaScript: return self.id;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy