Package net.opengis.cat.csw20
Interface RecordPropertyType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
RecordPropertyTypeImpl
public interface RecordPropertyType extends EObject
A representation of the model object 'Record Property Type'.The following features are supported:
- See Also:
Csw20Package.getRecordPropertyType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the value of the 'Name' attribute.EObject
getValue()
Returns the value of the 'Value' containment reference.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setValue(EObject value)
Sets the value of the 'Value
' containment reference.
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute. The Name element contains the name of a property to be updated. The name may be a path expression.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,Csw20Package.getRecordPropertyType_Name()
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
getValue
EObject getValue()
Returns the value of the 'Value' containment reference. The Value element contains the replacement value for the named property.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(EObject)
,Csw20Package.getRecordPropertyType_Value()
-
setValue
void setValue(EObject value)
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
getValue()
-
-