Class HeaderInfo
java.lang.Object
com.nt.udc.ei.node.amadirpei.configReader.HeaderInfo
This class is used to store a header line from the AMA config file (ex: "STRUCTURE NAME=.... CODE=...")
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HeaderInfo
public HeaderInfo()
-
-
Method Details
-
setCode
Set a structure or module code- Parameters:
code2
- structure/module code
-
setName
Set a structure or module name- Parameters:
name2
- structure/module code
-
getName
Get a structure or module name- Returns:
- structure/module name
-
getCode
Get a structure or module code- Returns:
- structure/module code
-
toString
Convert a HeaderInfo object into a String (for debug purposes)
-