Uses of Interface
com.perforce.p4java.core.ILabelMapping

Packages that use ILabelMapping
com.perforce.p4java.core Provides interfaces and classes for defining and accessing Perforce objects such as jobs, changelists, etc., and, through the file sub-package, Perforce files. 
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
 

Uses of ILabelMapping in com.perforce.p4java.core
 

Methods in com.perforce.p4java.core that return types with arguments of type ILabelMapping
 ViewMap<ILabelMapping> ILabel.getViewMapping()
          Get the view mapping for this label.
 

Method parameters in com.perforce.p4java.core with type arguments of type ILabelMapping
 void ILabel.setViewMapping(ViewMap<ILabelMapping> viewMapping)
          Set the view mapping for this label.
 

Uses of ILabelMapping in com.perforce.p4java.impl.generic.core
 

Classes in com.perforce.p4java.impl.generic.core that implement ILabelMapping
static class Label.LabelMapping
           
 

Fields in com.perforce.p4java.impl.generic.core with type parameters of type ILabelMapping
protected  ViewMap<ILabelMapping> Label.viewMapping
           
 

Methods in com.perforce.p4java.impl.generic.core that return types with arguments of type ILabelMapping
 ViewMap<ILabelMapping> Label.getViewMapping()
           
 

Method parameters in com.perforce.p4java.impl.generic.core with type arguments of type ILabelMapping
 void Label.setViewMapping(ViewMap<ILabelMapping> viewMapping)
           
 

Constructor parameters in com.perforce.p4java.impl.generic.core with type arguments of type ILabelMapping
Label(String name, String ownerName, Date lastAccess, Date lastUpdate, String description, String revisionSpec, boolean locked, ViewMap<ILabelMapping> viewMapping)
          Explicit-value constructor.
 



Copyright © 2015 Perforce Software. All Rights Reserved.