Package org.apache.graphar.info
Class PropertyGroup
- java.lang.Object
-
- org.apache.graphar.info.PropertyGroup
-
-
Constructor Summary
Constructors Constructor Description PropertyGroup(List<Property> propertyMap, FileType fileType, String prefix)
PropertyGroup(List<Property> propertyMap, FileType fileType, URI baseUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<PropertyGroup>
addPropertyAsNew(Property property)
URI
getBaseUri()
FileType
getFileType()
String
getPrefix()
List<Property>
getPropertyList()
Map<String,Property>
getPropertyMap()
Iterator<Property>
iterator()
int
size()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-