163164165166167168169170171172173
final AxslEnumerated property = (AxslEnumerated) rawProperty; if (property == null) { return ""; } final AxslValue value = property.getValue(); return value.toXslFo(); } /** * {@inheritDoc} */