All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dmg.pmml.Field Maven / Gradle / Ivy

/*
 * Copyright (c) 2013 Villu Ruusmann
 */
package org.dmg.pmml;

import javax.xml.bind.annotation.XmlTransient;

@XmlTransient
abstract
public class Field> extends PMMLObject implements HasName, HasDisplayName, HasType, Indexable {

	@Override
	public FieldName getKey(){
		return getName();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy