public class BehaviorImpl extends Behavior implements Serializable
| Constructor and Description | 
|---|
| BehaviorImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addAttribute(AttributeImpl attribute) | 
| void | addProperty(PropertyImpl property) | 
| Collection<AttributeImpl> | getAttributes() | 
| String | getBehaviorClass() | 
| String | getBehaviorId() | 
| Collection<PropertyImpl> | getProperties() | 
| void | setBehaviorClass(String behaviorClass) | 
| void | setBehaviorId(String behaviorId) | 
public String getBehaviorClass()
getBehaviorClass in class Behaviorpublic String getBehaviorId()
getBehaviorId in class Behaviorpublic void setBehaviorClass(String behaviorClass)
public void setBehaviorId(String behaviorId)
public Collection<AttributeImpl> getAttributes()
public void addAttribute(AttributeImpl attribute)
public Collection<PropertyImpl> getProperties()
public void addProperty(PropertyImpl property)
Copyright © 2022 The Apache Software Foundation. All rights reserved.