public static class XmlDataRegMain_Zbnf.Prop_Zbnf
extends java.lang.Object
implements org.vishia.util.SetLineColumn_ifc
| Modifier and Type | Field and Description |
|---|---|
(package private) XmlDataRegMain.Prop |
dataProp
Referenced working instance will be filled.
|
| Constructor and Description |
|---|
Prop_Zbnf()
Default ctor for non-inherit instance.
|
Prop_Zbnf(XmlDataRegMain.Prop data)
ctor called as super ctor possible, not in any case for a inherited instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add_info(XmlDataRegMain_Zbnf.Info_Zbnf val)
Add the result to the list.
|
void |
add_value(XmlDataRegMain_Zbnf.Value_Zbnf val)
Add the result to the list.
|
XmlDataRegMain_Zbnf.Info_Zbnf |
new_info()
create and add routine for the list component
|
XmlDataRegMain_Zbnf.Value_Zbnf |
new_value()
create and add routine for the list component
|
void |
set_oor_finalized(java.lang.String val)
Set routine for the singular component <String?oor_finalized>.
|
void |
set_oor_localized(java.lang.String val)
Set routine for the singular component <String?oor_localized>.
|
void |
set_oor_name(java.lang.String val)
Set routine for the singular component <String?oor_name>.
|
void |
set_oor_nillable(java.lang.String val)
Set routine for the singular component <String?oor_nillable>.
|
void |
set_oor_op(java.lang.String val)
Set routine for the singular component <String?oor_op>.
|
void |
set_oor_type(java.lang.String val)
Set routine for the singular component <String?oor_type>.
|
void |
setLineColumnFile(int line,
int column,
java.lang.String sFile) |
int |
setLineColumnFileMode() |
final XmlDataRegMain.Prop dataProp
public Prop_Zbnf()
public Prop_Zbnf(XmlDataRegMain.Prop data)
public int setLineColumnFileMode()
setLineColumnFileMode in interface org.vishia.util.SetLineColumn_ifcpublic void setLineColumnFile(int line,
int column,
java.lang.String sFile)
setLineColumnFile in interface org.vishia.util.SetLineColumn_ifcpublic void set_oor_finalized(java.lang.String val)
public void set_oor_localized(java.lang.String val)
public void set_oor_name(java.lang.String val)
public void set_oor_nillable(java.lang.String val)
public void set_oor_op(java.lang.String val)
public void set_oor_type(java.lang.String val)
public XmlDataRegMain_Zbnf.Info_Zbnf new_info()
public void add_info(XmlDataRegMain_Zbnf.Info_Zbnf val)
public XmlDataRegMain_Zbnf.Value_Zbnf new_value()
public void add_value(XmlDataRegMain_Zbnf.Value_Zbnf val)