Uses of Class
adams.core.discovery.PropertyPath.PathElement
-
Packages that use PropertyPath.PathElement Package Description adams.core.discovery -
-
Uses of PropertyPath.PathElement in adams.core.discovery
Fields in adams.core.discovery with type parameters of type PropertyPath.PathElement Modifier and Type Field Description protected List<PropertyPath.PathElement>
PropertyPath.Path. m_Elements
the structure.Methods in adams.core.discovery that return PropertyPath.PathElement Modifier and Type Method Description PropertyPath.PathElement
PropertyPath.Path. get(int index)
returns the element at the given index.PropertyPath.PathElement
PropertyPath.PathElement. getClone()
returns a clone of the current object.Methods in adams.core.discovery that return types with arguments of type PropertyPath.PathElement Modifier and Type Method Description protected List<PropertyPath.PathElement>
PropertyPath.Path. breakUp(String path)
breaks up the given path and returns it as vector.Constructor parameters in adams.core.discovery with type arguments of type PropertyPath.PathElement Constructor Description Path(List<PropertyPath.PathElement> elements)
uses the vector with PathElement objects to initialize with.
-