Package org.tentackle.buildsupport
Class RecordDTOInfoParameter
java.lang.Object
org.tentackle.buildsupport.RecordDTOInfoParameter
Abstraction of a record component.
-
Constructor Summary
ConstructorsConstructorDescriptionRecordDTOInfoParameter(RecordDTOInfo info, StringTokenizer stok) Constructs a RecordDTOInfoParameter.RecordDTOInfoParameter(RecordDTOInfo info, RecordComponentElement recordComponent) Constructs a RecordDTOInfoParameter. -
Method Summary
-
Constructor Details
-
RecordDTOInfoParameter
Constructs a RecordDTOInfoParameter.- Parameters:
info- the parent inforecordComponent- the record component
-
RecordDTOInfoParameter
Constructs a RecordDTOInfoParameter.- Parameters:
info- the parent infostok- the tokenizer to read from
-
-
Method Details
-
getInfo
Gets the parent info.- Returns:
- the parent
-
getName
Gets the formal parameter name- Returns:
- the parameter name
-
getType
Gets the parameter type- Returns:
- the parameter type
-
write
Writes this parameter to the infofile.- Parameters:
writer- the writer bound to the infofile
-
toString
-