Package net.opengis.gml311
Interface KnotPropertyType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- KnotPropertyTypeImpl
 
 public interface KnotPropertyType extends EObjectA representation of the model object 'Knot Property Type'. Encapsulates a knot to use it in a geometric type.The following features are supported: - See Also:
- Gml311Package.getKnotPropertyType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description KnotTypegetKnot()Returns the value of the 'Knot' containment reference.voidsetKnot(KnotType value)Sets the value of the 'Knot' containment reference.
 
- 
- 
- 
Method Detail- 
getKnotKnotType getKnot() Returns the value of the 'Knot' containment reference.If the meaning of the 'Knot' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Knot' containment reference.
- See Also:
- setKnot(KnotType),- Gml311Package.getKnotPropertyType_Knot()
 
 
- 
 
-