public abstract class VertexElement extends Object
Modifier and Type | Method and Description |
---|---|
abstract void |
clear()
Clears all the data from this vertex element.
|
VertexElement |
clone(boolean withData)
Deep clone the vertex element
|
MappingMode |
getMappingMode()
Gets how the element is mapped.
|
String |
getName()
Gets the name.
|
ReferenceMode |
getReferenceMode()
Gets how the element is referenced.
|
VertexElementType |
getVertexElementType()
Gets the type of the
VertexElement |
void |
setMappingMode(MappingMode value)
Sets how the element is mapped.
|
void |
setName(String value)
Sets the name.
|
void |
setReferenceMode(ReferenceMode value)
Sets how the element is referenced.
|
String |
toString()
String representation of vertex element.
|
public VertexElementType getVertexElementType()
VertexElement
public String getName()
public void setName(String value)
value
- New valuepublic MappingMode getMappingMode()
public void setMappingMode(MappingMode value)
value
- New valuepublic ReferenceMode getReferenceMode()
public void setReferenceMode(ReferenceMode value)
value
- New valuepublic abstract void clear()
public VertexElement clone(boolean withData)
withData
- Clone the vertex with direct and index arrayCopyright © 2019. All rights reserved.