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)URIgetBaseUri()FileTypegetFileType()StringgetPrefix()List<Property>getPropertyList()Map<String,Property>getPropertyMap()booleanisValidated()Iterator<Property>iterator()intsize()StringtoString()-
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
-
-
-
-
Method Detail
-
addPropertyAsNew
public Optional<PropertyGroup> addPropertyAsNew(Property property)
-
size
public int size()
-
getFileType
public FileType getFileType()
-
getPrefix
public String getPrefix()
-
getBaseUri
public URI getBaseUri()
-
isValidated
public boolean isValidated()
-
-