public class PropertyValue extends Object implements Serializable
| Constructor and Description |
|---|
PropertyValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSearchIndex() |
boolean |
isStore() |
<T extends PropertyValue> |
searchIndex(boolean searchIndex) |
<T extends PropertyValue> |
store(boolean store) |
public <T extends PropertyValue> T store(boolean store)
public <T extends PropertyValue> T searchIndex(boolean searchIndex)
public boolean isStore()
public boolean isSearchIndex()
Copyright © 2014–2017. All rights reserved.