public class JavaInterfaceBinding extends HGAbstractType
Acts as an atom type for Java interfaces and abstract classes with no
declared/visible bean properties. Abstract class/interfaces with declared
bean properties are represented by the JavaAbstractBeanBinding
class.
Constructor and Description |
---|
JavaInterfaceBinding(HGHandle typeHandle,
HGAtomType hgType,
Class<?> javaClass) |
Modifier and Type | Method and Description |
---|---|
HGAtomType |
getHGType() |
Class<?> |
getJavaClass() |
HGHandle |
getTypeHandle() |
String |
toString() |
make, release, setHyperGraph, store, subsumes
public JavaInterfaceBinding(HGHandle typeHandle, HGAtomType hgType, Class<?> javaClass)
Copyright © 2015. All rights reserved.