public class ComponentMetamodel extends Object implements Serializable
Constructor and Description |
---|
ComponentMetamodel(Component component) |
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)
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 © 2001-2015 Red Hat, Inc. All Rights Reserved.