public interface ElemFeatureList extends ModelEntityList<ElemFeature>
Modifier and Type | Method and Description |
---|---|
ElemFeature |
create(java.lang.String type)
Creates an element feature.
|
ElemFeature |
create(java.lang.String tag,
java.lang.String type)
Creates an element feature.
|
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, version
getContainer, getDisplayString
ElemFeature create(java.lang.String type)
type
- Element feature type.ElemFeature create(java.lang.String tag, java.lang.String type)
tag
- Element feature tag.type
- Element feature type.