MCPcopy Create free account
hub / github.com/e2wugui/zeze / getTypeName

Method getTypeName

ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/Log.java:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 public abstract int getTypeId();
76
77 public @NotNull String getTypeName() {
78 return getClass().getSimpleName();
79 }
80
81 public long getLogKey() {
82 return belong.objectId() + getVariableId();

Callers 9

encodeMethod · 0.95
decodeMethod · 0.95
longValueMethod · 0.95
doubleValueMethod · 0.95
binaryValueMethod · 0.95
stringValueMethod · 0.95
decimalValueMethod · 0.95
testNoneMethod · 0.45
registerMethod · 0.45

Calls

no outgoing calls

Tested by 1

testNoneMethod · 0.36