Package de.uplanet.lucy.server.binding
Interface IBindingKey
- All Superinterfaces:
de.uplanet.lucy.binding.ICommonBindingKey
public interface IBindingKey
extends de.uplanet.lucy.binding.ICommonBindingKey
-
Method Summary
Modifier and TypeMethodDescriptionReturns a unmodifiable binding segments, nevernull
or empty.Methods inherited from interface de.uplanet.lucy.binding.ICommonBindingKey
asBindingString
-
Method Details
-
getBindingSegments
BindingSegments getBindingSegments()Returns a unmodifiable binding segments, nevernull
or empty. -
getBindingType
String getBindingType()- Returns:
- Returns the binding type.
-