Hi,
is there a way to access the type of a FSList from the TypeSystem?
I've tried with the following code:

FeatureDescription featureDescription = TypeSystemUtil.feature2FeatureDescription(feature);
String typeStringOfList = featureDescription.getElementType();

but I always get a null in the variable typeStringOfList, even if the description of such method is:

"For a feature with a range type that is an array or list, gets the expected type of the elements of that array or list. This is optional; if ommitted the array or list can contain any type. There is currently no guarantee that the framework will enforce this type restriction. This property should not be set for features whose range type is not an array or list."

Thanks in advance for your feedback,

Andrea

--
-------------------------------------------------
Dott. Andrea Turbati, PhD
AI Research Group,
Dept. of Enterprise Engineering
University of Roma, Tor Vergata
Via del Politecnico 1 00133 ROMA (ITALY)
tel: +39 06 7259 7334
lab: +39 06 7259 7332
e_mail: [email protected]
home page: http://art.uniroma2.it/turbati/

--------------------------------------------------

Reply via email to