Uses of Class
de.julielab.jcore.reader.xmlmapper.genericTypes.ConcreteFeature
-
Packages that use ConcreteFeature Package Description de.julielab.jcore.reader.xmlmapper.genericTypes de.julielab.jcore.reader.xmlmapper.typeParser -
-
Uses of ConcreteFeature in de.julielab.jcore.reader.xmlmapper.genericTypes
Methods in de.julielab.jcore.reader.xmlmapper.genericTypes that return types with arguments of type ConcreteFeature Modifier and Type Method Description List<ConcreteFeature>ConcreteType. getConcreteFeatures()Returns the list of ConcreteFeaturesMethods in de.julielab.jcore.reader.xmlmapper.genericTypes with parameters of type ConcreteFeature Modifier and Type Method Description voidConcreteType. addFeature(ConcreteFeature feature)Adds a ConcreteFeature to the List of ConcreteFeatures -
Uses of ConcreteFeature in de.julielab.jcore.reader.xmlmapper.typeParser
Methods in de.julielab.jcore.reader.xmlmapper.typeParser with parameters of type ConcreteFeature Modifier and Type Method Description static voidStandardTypeParser. parseStandardFeature(ConcreteType concreteType, com.ximpleware.VTDNav nav, FeatureTemplate featureTemplate, ConcreteFeature concreteFeature)
-