com.ibm.websphere.sibx.smobo
Interface RegistryAnnotationsType
- public interface RegistryAnnotationsType
The following features are supported:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getClassification()
Returns the value of the 'Classification' attribute list.
|
|
getProperty()
Returns the value of the 'Property' containment reference list.
|
|
getRelationship()
Returns the value of the 'Relationship' containment reference list.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getProperty
- java.util.List<RegistryPropertyType> getProperty( )
Returns:
the value of the 'Property' containment reference list.
getClassification
- java.util.List<java.lang.String> getClassification( )
Returns the value of the 'Classification' attribute list.
The list contents are of type
String
.
Returns:
the value of the 'Classification' attribute list.
getRelationship
- java.util.List<RegistryRelationshipType> getRelationship( )
Returns the value of the 'Relationship' containment reference list.
The list contents are of type
RegistryRelationshipType
.
Returns:
the value of the 'Relationship' containment reference list.
RegistryPropertyType
.