Package org.apache.graphar.info.yaml
Class PropertyGroupYaml
- java.lang.Object
-
- org.apache.graphar.info.yaml.PropertyGroupYaml
-
public class PropertyGroupYaml extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyGroupYaml()
PropertyGroupYaml(PropertyGroup propertyGroup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFile_type()
String
getPrefix()
List<PropertyYaml>
getProperties()
void
setFile_type(String file_type)
void
setPrefix(String prefix)
void
setProperties(List<PropertyYaml> properties)
PropertyGroup
toPropertyGroup()
-
-
-
Constructor Detail
-
PropertyGroupYaml
public PropertyGroupYaml()
-
PropertyGroupYaml
public PropertyGroupYaml(PropertyGroup propertyGroup)
-
-
Method Detail
-
toPropertyGroup
public PropertyGroup toPropertyGroup()
-
getProperties
public List<PropertyYaml> getProperties()
-
setProperties
public void setProperties(List<PropertyYaml> properties)
-
getFile_type
public String getFile_type()
-
setFile_type
public void setFile_type(String file_type)
-
getPrefix
public String getPrefix()
-
setPrefix
public void setPrefix(String prefix)
-
-