public class DescriptorImpl extends Object implements Descriptor
Komodo object
type definition
.Constructor and Description |
---|
DescriptorImpl(Repository descriptorRepository,
String descriptorName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
KObjectFactory |
getNodeFactory() |
PropertyDescriptor[] |
getPropertyDescriptors(Repository.UnitOfWork transaction) |
KPropertyFactory |
getPropertyFactory() |
int |
hashCode() |
String |
toString() |
public DescriptorImpl(Repository descriptorRepository, String descriptorName)
descriptorRepository
- the repository where the descriptor is located (cannot be null
)descriptorName
- the descriptor name (cannot be empty)public KObjectFactory getNodeFactory()
getNodeFactory
in interface Descriptor
public KPropertyFactory getPropertyFactory()
getPropertyFactory
in interface Descriptor
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String getName()
getName
in interface Descriptor
Descriptor.getName()
public PropertyDescriptor[] getPropertyDescriptors(Repository.UnitOfWork transaction) throws KException
getPropertyDescriptors
in interface Descriptor
KException
Descriptor.getPropertyDescriptors(org.komodo.spi.repository.Repository.UnitOfWork)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013–2019. All rights reserved.