throw new IllegalArgumentException("Invalid property scope specifier!");
}
}
public static void main(String[] args) {
ClusterQueue geObject = new ClusterQueueImpl(true);
System.out.println(GEObjectEditor.getConfigurablePropertiesAsText(geObject));
System.out.println(GEObjectEditor.getReadOnlyPropertiesAsText(geObject));
System.out.println(GEObjectEditor.getAllPropertiesAsText(geObject));
}