com.togethersoft.openapi.model.elements
Interface Reference
- public interface Reference
- extends PropertyMap
This interface defines behaviour of reference -- separate item of model, which refers to
Element, has it's own properties and parent.
The parent of Reference is ReferenceCollection.
References can be deleted.
- Author:
- TogetherSoft
| Methods inherited from interface com.togethersoft.openapi.model.elements.PropertyMap |
addProperty, canAddProperty, canSetPropertyValue, canSetPropertyValue, getProperty, getPropertyValue, hasProperty, hasPropertyValue, isPropertyReadable, isPropertyWritable, properties, properties, setPropertyValue, setPropertyValue |
canDelete
public boolean canDelete()
delete
public void delete()
getElement
public String getElement()
getParent
public String getParent()
isDeleted
public boolean isDeleted()