no message

This commit is contained in:
2024-10-20 21:59:39 +03:00
parent 99643aa755
commit fda2940a79
95 changed files with 872 additions and 817 deletions

View File

@@ -385,26 +385,4 @@ public class ProjectArray extends DBObject {
public boolean canBeDistributed() {
return (isLoopArrayFlag == 0) && (isTemplFlag == 0);
}
//----
@Override
public Object getFieldAt(int columnIndex) {
switch (columnIndex) {
case 1:
return State;
case 2:
return GetShortNameWithDim();
case 3:
return locName + " : " + location;
case 4:
return GetDeclPlacesList();
case 5:
return dimSize;
case 6:
return typeSize;
case 7:
return GetRegionsText();
default:
return null;
}
}
}