Package org.refcodes.servicebus
Interface NameIdAccessor
-
- All Known Subinterfaces:
NameIdAccessor.NameIdProperty,ServiceMetaData
- All Known Implementing Classes:
ServiceMetaDataImpl
public interface NameIdAccessorProvides an accessor for a name ID property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNameIdAccessor.NameIdMutatorProvides a mutator for a name ID property.static interfaceNameIdAccessor.NameIdPropertyProvides a name ID property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNameId()Retrieves the name ID from the name ID property.
-