| Modifier and Type | Class and Description |
|---|---|
static class |
IndexSpec.Property.Builder |
| Constructor and Description |
|---|
Property(String name,
Class<?> type,
boolean unique,
String labelIndex) |
| Modifier and Type | Method and Description |
|---|---|
static IndexSpec.Property.Builder |
builder() |
boolean |
equals(Object o) |
String |
getLabelIndex() |
String |
getName() |
Class<?> |
getType() |
int |
hashCode() |
boolean |
isUnique() |
public static IndexSpec.Property.Builder builder()
public String getName()
public String getLabelIndex()
public boolean isUnique()
public Class<?> getType()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.