public interface PropertyInfo
Type | Property and Description |
---|---|
boolean |
isNode
Checks if this property is a node property.
|
Modifier and Type | Method and Description |
---|---|
long |
getMemSize()
Gets the size in bytes of this property.
|
String |
getName()
Gets the name of this property.
|
PropertyType |
getType()
Gets the type of this property.
|
boolean |
isNodeProperty()
Checks if this property is a node property.
|
boolean |
isPrivate()
Checks if this property is private.
|
long getMemSize()
String getName()
PropertyType getType()
boolean isNodeProperty()
boolean isPrivate()
Copyright © 2015. All rights reserved.