public class PropertyMetaData
extends oracle.pgx.common.Self
PgxGraph.| Constructor and Description |
|---|
PropertyMetaData(java.lang.String name, oracle.pgx.common.PgxId id, PropertyType propertyType, int dimension, boolean transientProperty) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getDimension()
Returns the dimension of the property
|
java.lang.String |
getName()
Gets the name of this property.
|
oracle.pgx.common.PgxId |
getPropertyId()
Gets the ID of this property.
|
PropertyType |
getPropertyType()
Returns the type of the property
|
int |
hashCode() |
boolean |
isTransient()
Indicates if the property is transient or not
|
void |
setTransient(boolean isTransient) |
java.lang.String |
toString() |
public PropertyMetaData(java.lang.String name,
oracle.pgx.common.PgxId id,
PropertyType propertyType,
int dimension,
boolean transientProperty)public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int getDimension()
public java.lang.String getName()
public oracle.pgx.common.PgxId getPropertyId()
public PropertyType getPropertyType()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean isTransient()
public void setTransient(boolean isTransient)
public java.lang.String toString()
toString in class java.lang.Object