public abstract class ServiceDesignation extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(Object other)
Determine if this service designation is equal to another.
|
abstract boolean |
equals(ServiceDesignation other)
Determine if this service designation is equal to another.
|
abstract String |
getAbstractType()
Get the abstract type, if any.
|
abstract String |
getAbstractTypeAuthority()
Get the abstract type authority of this service type.
|
abstract String |
getUriScheme()
Get the concrete type name of this service type, if any.
|
abstract String |
getUriSchemeAuthority()
Get the concrete type authority name of this service type, if any.
|
abstract int |
hashCode()
Get the hash code of this designation.
|
abstract boolean |
implies(ServiceDesignation other)
Determine whether the given service designation is implied by this service designation.
|
abstract String |
toString()
Get the simple string representation of this designation.
|
public abstract String getAbstractType()
null if no abstract type is set (subclasses may restrict this)public abstract String getAbstractTypeAuthority()
null
for this value.null)public abstract String getUriScheme()
null if no abstract type is set (subclasses may restrict this)public abstract String getUriSchemeAuthority()
null)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(Object other)
public abstract boolean equals(ServiceDesignation other)
other - the other service designationtrue if the service types are equal, false otherwisepublic abstract int hashCode()
Copyright © 2017 JBoss by Red Hat. All rights reserved.