- Enclosing interface:
- IAttributable
public static final class IAttributable.Key
extends Object
Represents a property key based on a name and a namespace.
-
Method Summary
boolean
Get the property key's name portion.
Get the property key's namespace portion.
int
-
Method Details
-
getName
@NonNull
public String getName()
Get the property key's name portion.
- Returns:
- the name
-
getNamespace
@NonNull
public String getNamespace()
Get the property key's namespace portion.
- Returns:
- the name
-
-