Package org.kie.pmml.pmml_4_2.compiler
Class FieldScope
- java.lang.Object
-
- org.kie.pmml.pmml_4_2.compiler.FieldScope
-
public class FieldScope extends Object
-
-
Constructor Summary
Constructors Constructor Description FieldScope()FieldScope(String name, boolean functionLocal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()inthashCode()booleanisFunctionLocal()voidsetFunctionLocal(boolean functionLocal)voidsetName(String name)
-
-
-
Constructor Detail
-
FieldScope
public FieldScope(String name, boolean functionLocal)
-
FieldScope
public FieldScope()
-
-