Uses of Enum Class
it.uniroma2.art.semanticturkey.services.core.resourceview.AbstractPropertyMatchingStatementConsumer.BehaviorOptions.SubpropertiesBehavior
-
Uses of AbstractPropertyMatchingStatementConsumer.BehaviorOptions.SubpropertiesBehavior in it.uniroma2.art.semanticturkey.services.core.resourceview
Methods in it.uniroma2.art.semanticturkey.services.core.resourceview that return AbstractPropertyMatchingStatementConsumer.BehaviorOptions.SubpropertiesBehaviorModifier and TypeMethodDescriptionAbstractPropertyMatchingStatementConsumer.BehaviorOptions.getSubpropertiesBehavior()AbstractPropertyMatchingStatementConsumer.BehaviorOptions.SubpropertiesBehavior.valueOf(String name) Returns the enum constant of this class with the specified name.AbstractPropertyMatchingStatementConsumer.BehaviorOptions.SubpropertiesBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.uniroma2.art.semanticturkey.services.core.resourceview with parameters of type AbstractPropertyMatchingStatementConsumer.BehaviorOptions.SubpropertiesBehaviorModifier and TypeMethodDescriptionAbstractPropertyMatchingStatementConsumer.BehaviorOptions.setSubpropertiesBehavior(AbstractPropertyMatchingStatementConsumer.BehaviorOptions.SubpropertiesBehavior subpropertiesBehavior) Constructors in it.uniroma2.art.semanticturkey.services.core.resourceview with parameters of type AbstractPropertyMatchingStatementConsumer.BehaviorOptions.SubpropertiesBehaviorModifierConstructorDescriptionBehaviorOptions(AbstractPropertyMatchingStatementConsumer.BehaviorOptions.RootPropertiesBehavior rootPropertiesBehavior, AbstractPropertyMatchingStatementConsumer.BehaviorOptions.CollectionBehavior collectionBehavior, AbstractPropertyMatchingStatementConsumer.BehaviorOptions.SubpropertiesBehavior subpropertiesBehavior, AbstractPropertyMatchingStatementConsumer.BehaviorOptions.RenderingEngineBehavior renderingEngineBehavior, AbstractPropertyMatchingStatementConsumer.BehaviorOptions.NoRootPropertiesBehavior noRootPropertiesBehavior)