cz.cuni.mff.ksi.jinfer.functionalDependencies.fd
Class TleftSidePaths
java.lang.Object
cz.cuni.mff.ksi.jinfer.functionalDependencies.fd.TleftSidePaths
- All Implemented Interfaces:
- SidePaths
public class TleftSidePaths
- extends Object
- implements SidePaths
Java class for TleftSidePaths complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TleftSidePaths">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
path
protected List<String> path
TleftSidePaths
public TleftSidePaths()
getPath
public List<String> getPath()
- Gets the value of the path property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the path property.
For example, to add a new item, do as follows:
getPath().add(newItem);
Objects of the following type(s) are allowed in the list
String
getPaths
public List<Path> getPaths()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Generated on Fri Dec 9 00:01:25 CET 2011