Revision 33281 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/DefaultFeatureAttributeDescriptor.java

View differences:

DefaultFeatureAttributeDescriptor.java
514 514
	public DynField setReadOnly(boolean arg0) {
515 515
		throw new UnsupportedOperationException();
516 516
	}
517

  
518
	public boolean isContainer() {
519
		return false;
520
	}
521

  
522
	public Class getClassOfItems() {
523
		return null;
524
	}
525

  
526
	public DynField setDefaultFieldValue(Object defaultValue) {
527
		throw new UnsupportedOperationException();
528
	}
529

  
530
	public DynField setClassOfItems(Class theClass) {
531
		throw new UnsupportedOperationException();
532
	}
517 533
	
518 534
}

Also available in: Unified diff