42 import java.util.ArrayList;
57 private static ArrayList<String>
cvLs_LogValue =
new ArrayList<String>();
58 private static ArrayList<String> cvLs_Value =
new ArrayList<String>();
60 private String cvs_Method;
61 private String cvs_ObjectName;
86 public String getMethod()
88 return this.cvs_Method;
91 public void setMethod( String value)
93 this.cvs_Method = value;
96 public String getObjectName()
98 return this.cvs_ObjectName;
101 public void setObjectName(String value)
103 this.cvs_ObjectName = value;
107 public ArrayList<String> getValue()
112 public void setValue(ArrayList<String> value)
123 this.cvs_ObjectName =
"";
124 this.cvs_Method =
"";
131 public void LogValueAdd(String fps_Value)