if (category == JobName.class || category == RequestingUserName.class || category == ColorSupported.class
|| category == Destination.class ) {
return getDefaultAttributeValue(category);
}
if( category == Copies.class ){
return new CopiesSupported(1, settings.get_MaximumCopies() );
}
if( category == Media.class ){
PaperSizeCollection sizes = settings.get_PaperSizes();
List<Media> medias = new ArrayList<Media>();
for( int i = 0; i < sizes.get_Count(); i++ ){