public class Behavior extends Behavior implements Serializable
| Constructor and Description | 
|---|
| Behavior() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addAttribute(Attribute attribute) | 
| void | addProperty(Property property) | 
| Collection<Attribute> | getAttributes() | 
| String | getBehaviorClass() | 
| String | getBehaviorId() | 
| Collection<Property> | 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<Attribute> getAttributes()
public void addAttribute(Attribute attribute)
public Collection<Property> getProperties()
public void addProperty(Property property)
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.