public interface EnginePropertySchema
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPropertyName()
获取属性名。
|
EngineDataType |
getType()
获取属性类型。
|
boolean |
isPrimaryKey()
主键属性,只有点属性模型存在主键,边属性模型恒为false。
|
java.lang.String getPropertyName()
EngineDataType getType()
boolean isPrimaryKey()