MCPcopy Create free account
hub / github.com/atas76/openengine / getActionType

Method getActionType

src/main/java/org/ttn/parser/ParserUtil.java:50–52  ·  view source on GitHub ↗
(String actionType)

Source from the content-addressed store, hash-verified

48 }
49
50 public static ActionType getActionType(String actionType) throws IllegalArgumentException {
51 return ActionType.valueOf(actionType);
52 }
53
54 public static ActionParameter getActionParameter(String actionParameterValue) throws ValueException {
55 return switch (actionParameterValue) {

Callers 2

testGetActionTypeMethod · 0.95
parseActionMethod · 0.95

Calls

no outgoing calls

Tested by 1

testGetActionTypeMethod · 0.76