public class ComponentMetamodel extends Object implements Serializable
Constructor and Description |
---|
ComponentMetamodel(Component component,
MetadataBuildingOptions metadataBuildingOptions) |
Modifier and Type | Method and Description |
---|---|
ComponentTuplizer |
getComponentTuplizer() |
EntityMode |
getEntityMode() |
StandardProperty[] |
getProperties() |
StandardProperty |
getProperty(int index) |
StandardProperty |
getProperty(String propertyName) |
int |
getPropertyIndex(String propertyName) |
int |
getPropertySpan() |
boolean |
isKey() |
public ComponentMetamodel(Component component, MetadataBuildingOptions metadataBuildingOptions)
public boolean isKey()
public int getPropertySpan()
public StandardProperty[] getProperties()
public StandardProperty getProperty(int index)
public int getPropertyIndex(String propertyName)
public StandardProperty getProperty(String propertyName)
public EntityMode getEntityMode()
public ComponentTuplizer getComponentTuplizer()
Copyright © 2016 JBoss by Red Hat. All rights reserved.