public class RepoMethod extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RepoMethod.Operation
Type of operation between parts (And/Or)
|
static class |
RepoMethod.Part
Part of find method (field with operation before field)
|
static class |
RepoMethod.Type
Type of find method
|
| Constructor and Description |
|---|
RepoMethod() |
RepoMethod(RepoMethod.Type type,
RepoMethod.Part[] parts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
RepoMethod.Part[] |
getParts() |
RepoMethod.Type |
getType() |
int |
hashCode() |
void |
setParts(RepoMethod.Part[] parts) |
void |
setType(RepoMethod.Type type) |
String |
toString() |
public RepoMethod()
public RepoMethod(RepoMethod.Type type, RepoMethod.Part[] parts)
public RepoMethod.Type getType()
public void setType(RepoMethod.Type type)
public RepoMethod.Part[] getParts()
public void setParts(RepoMethod.Part[] parts)
Copyright © 2020. All Rights Reserved.