Uses of Enum Class
org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource.Costs
-
Uses of PotentialSchemaSource.Costs in org.opendaylight.yangtools.yang.model.repo.spi
Methods in org.opendaylight.yangtools.yang.model.repo.spi that return PotentialSchemaSource.CostsModifier and TypeMethodDescriptionstatic PotentialSchemaSource.CostsReturns the enum constant of this class with the specified name.static PotentialSchemaSource.Costs[]PotentialSchemaSource.Costs.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.yangtools.yang.model.repo.spi with parameters of type PotentialSchemaSource.CostsModifier and TypeMethodDescriptionstatic <T extends org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation>
PotentialSchemaSource<T>PotentialSchemaSource.create(org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier sourceIdentifier, Class<? extends T> representation, PotentialSchemaSource.Costs cost) Constructors in org.opendaylight.yangtools.yang.model.repo.spi with parameters of type PotentialSchemaSource.CostsModifierConstructorDescriptionprotectedAbstractSchemaSourceCache(SchemaSourceRegistry consumer, Class<T> representation, PotentialSchemaSource.Costs cost)