public abstract class SyntheticPropertyList
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addProperty(java.lang.String propertyName)
Adds a property to this index, with an unspecified direction.
|
void |
addProperty(java.lang.String propertyName,
Direction direction)
Adds a property to this index, with the specified direction.
|
java.util.Iterator<java.lang.String> |
getProperties()
Returns all the properties in this index, optionally prefixed with a '+'
or '-' to indicate direction.
|
int |
getPropertyCount()
Returns the count of properties in this index.
|
public void addProperty(java.lang.String propertyName)
propertyName
- name of property to add to indexpublic void addProperty(java.lang.String propertyName, Direction direction)
propertyName
- name of property to add to indexdirection
- optional direction of propertypublic int getPropertyCount()
public java.util.Iterator<java.lang.String> getProperties()
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.