public abstract class ServiceDesignation extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(Object other) |
abstract boolean |
equals(ServiceDesignation other) |
abstract int |
hashCode() |
abstract boolean |
implies(ServiceDesignation other)
Determine whether the given service designation is implied by this service designation.
|
abstract String |
toString() |
public abstract boolean implies(ServiceDesignation other)
other - the other service designationtrue of the other service designation is implied by this one, false otherwisepublic abstract boolean equals(ServiceDesignation other)
Copyright © 2016 JBoss by Red Hat. All rights reserved.