Package com.hp.ucmdb.api.classmodel
Interface Qualifier
public interface Qualifier
Qualifier of a class or an attribute.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
The name of this qualifier.boolean
Checks whether this qualifier has properties.boolean
hasProperty
(String propertyName) Check whether this qualifier has a specific property.Returns the collection of this qualifier's properties.
-
Method Details
-
getName
String getName()The name of this qualifier. -
hasProperties
boolean hasProperties()Checks whether this qualifier has properties. -
properties
Returns the collection of this qualifier's properties. -
hasProperty
Check whether this qualifier has a specific property.
-