com.android.repository.impl.meta
Class RepoPackageImpl.UsesLicense

java.lang.Object
  extended by com.android.repository.impl.meta.RepoPackageImpl.UsesLicense
Direct Known Subclasses:
LicenseRefType
Enclosing class:
RepoPackageImpl

public abstract static class RepoPackageImpl.UsesLicense
extends java.lang.Object

Reference to a License.


Constructor Summary
RepoPackageImpl.UsesLicense()
           
 
Method Summary
abstract  License getRef()
           
 void setRef(License ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepoPackageImpl.UsesLicense

public RepoPackageImpl.UsesLicense()
Method Detail

getRef

@NonNull
public abstract License getRef()

setRef

public void setRef(@NonNull
                   License ref)