Package org.apache.graphar.info.yaml
Class PropertyYaml
- java.lang.Object
-
- org.apache.graphar.info.yaml.PropertyYaml
-
public class PropertyYaml extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyYaml()
PropertyYaml(Property property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getData_type()
boolean
getIs_nullable()
boolean
getIs_primary()
String
getName()
void
setData_type(String data_type)
void
setIs_nullable(boolean is_nullable)
void
setIs_primary(boolean is_primary)
void
setName(String name)
-
-
-
Constructor Detail
-
PropertyYaml
public PropertyYaml()
-
PropertyYaml
public PropertyYaml(Property property)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getData_type
public String getData_type()
-
setData_type
public void setData_type(String data_type)
-
getIs_primary
public boolean getIs_primary()
-
setIs_primary
public void setIs_primary(boolean is_primary)
-
getIs_nullable
public boolean getIs_nullable()
-
setIs_nullable
public void setIs_nullable(boolean is_nullable)
-
-