public abstract class EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures extends Object implements Graph.Features.ElementFeatures
Type | Property and Description |
---|---|
boolean |
supportsAdd
Determines if an
Element allows properties to be added. |
boolean |
supportsRemove
Determines if an
Element allows properties to be removed. |
FEATURE_ADD_PROPERTY, FEATURE_ANY_IDS, FEATURE_CUSTOM_IDS, FEATURE_NUMERIC_IDS, FEATURE_REMOVE_PROPERTY, FEATURE_STRING_IDS, FEATURE_USER_SUPPLIED_IDS, FEATURE_UUID_IDS
Constructor and Description |
---|
EmptyGraphElementFeatures() |
Modifier and Type | Method and Description |
---|---|
boolean |
supportsAddProperty()
Determines if an
Element allows properties to be added. |
boolean |
supportsRemoveProperty()
Determines if an
Element allows properties to be removed. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supportsAnyIds, supportsCustomIds, supportsNumericIds, supportsStringIds, supportsUserSuppliedIds, supportsUuidIds, willAllowId
public boolean supportsAddProperty
supportsAddProperty
in interface Graph.Features.ElementFeatures
public boolean supportsRemoveProperty
supportsRemoveProperty
in interface Graph.Features.ElementFeatures
public boolean supportsAddProperty()
Graph.Features.ElementFeatures
Element
allows properties to be added. This feature is set independently from
supporting "data types" and refers to support of calls to Element.property(String, Object)
.supportsAddProperty
in interface Graph.Features.ElementFeatures
public boolean supportsRemoveProperty()
Graph.Features.ElementFeatures
Element
allows properties to be removed.supportsRemoveProperty
in interface Graph.Features.ElementFeatures
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.