public class SimpleScope extends Object implements Scope
| Constructor and Description |
|---|
SimpleScope(String value)
Constructor with simple scope as param
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Return the name of the scope.
|
String |
getValue()
Returns the value of the scope represented as a string.
|
int |
hashCode() |
boolean |
includes(Scope scope)
Checks if the current simple scope equals the verified simple scope.
|
public SimpleScope(String value)
value - the string value of the simple scopepublic boolean includes(Scope scope)
public String getName()
Scopepublic String getValue()
ScopeCopyright © 2013-2018–2019 SeedStack. All rights reserved.