Uses of Class
org.apache.graphar.info.Property
-
Packages that use Property Package Description org.apache.graphar.info org.apache.graphar.info.yaml -
-
Uses of Property in org.apache.graphar.info
Methods in org.apache.graphar.info that return types with arguments of type Property Modifier and Type Method Description List<Property>
PropertyGroup. getPropertyList()
Map<String,Property>
PropertyGroup. getPropertyMap()
Iterator<Property>
PropertyGroup. iterator()
Methods in org.apache.graphar.info with parameters of type Property Modifier and Type Method Description Optional<PropertyGroup>
PropertyGroup. addPropertyAsNew(Property property)
Constructor parameters in org.apache.graphar.info with type arguments of type Property Constructor Description PropertyGroup(List<Property> propertyMap, FileType fileType, String prefix)
PropertyGroup(List<Property> propertyMap, FileType fileType, URI baseUri)
-
Uses of Property in org.apache.graphar.info.yaml
Constructors in org.apache.graphar.info.yaml with parameters of type Property Constructor Description PropertyYaml(Property property)
-