Uses of 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.Costs Modifier and Type Method Description static PotentialSchemaSource.CostsPotentialSchemaSource.Costs. valueOf(String name)Returns the enum constant of this type with the specified name.static PotentialSchemaSource.Costs[]PotentialSchemaSource.Costs. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yangtools.yang.model.repo.spi with parameters of type PotentialSchemaSource.Costs Modifier and Type Method Description static <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.Costs Constructor Description AbstractSchemaSourceCache(SchemaSourceRegistry consumer, Class<T> representation, PotentialSchemaSource.Costs cost)
-