public class EmptyProfile
extends Object
implements javax.ccpp.Profile
Constructor and Description |
---|
EmptyProfile() |
Modifier and Type | Method and Description |
---|---|
javax.ccpp.Attribute |
getAttribute(String name) |
Set<javax.ccpp.Attribute> |
getAttributes() |
javax.ccpp.Component |
getComponent(String localtype) |
Set<javax.ccpp.Component> |
getComponents() |
javax.ccpp.ProfileDescription |
getDescription() |
public javax.ccpp.Attribute getAttribute(String name)
getAttribute
in interface javax.ccpp.Profile
public Set<javax.ccpp.Attribute> getAttributes()
getAttributes
in interface javax.ccpp.Profile
public javax.ccpp.Component getComponent(String localtype)
getComponent
in interface javax.ccpp.Profile
public Set<javax.ccpp.Component> getComponents()
getComponents
in interface javax.ccpp.Profile
public javax.ccpp.ProfileDescription getDescription()
getDescription
in interface javax.ccpp.Profile