Commit 0da2f0ab authored by Claes Sjofors's avatar Claes Sjofors

Java fix for dyntype1 and actiontype1

parent d08ec67a
......@@ -151,6 +151,12 @@ public class GeDyn {
public void setActionType( int actionType) {
this.actionType = actionType;
}
public void setDynType1( int dynType) {
this.dynType = dynType;
}
public void setActionType1( int actionType) {
this.actionType = actionType;
}
public void setAccess( int access) {
this.access = access;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment