com.android.sdklib.repositoryv2.generated.repository.v1
Class LayoutlibType

java.lang.Object
  extended by com.android.sdklib.repositoryv2.meta.DetailsTypes.PlatformDetailsType.LayoutlibType
      extended by com.android.sdklib.repositoryv2.generated.repository.v1.LayoutlibType

public class LayoutlibType
extends DetailsTypes.PlatformDetailsType.LayoutlibType

DO NOT EDIT This file was generated by xjc from sdk-repository-01.xsd. Any changes will be lost upon recompilation of the schema. See the schema file for instructions on running xjc. The API level used by the LayoutLib included in a platform to communicate with the IDE.

Java class for layoutlibType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="layoutlibType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="api" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int api
           
 
Constructor Summary
LayoutlibType()
           
 
Method Summary
 ObjectFactory createFactory()
           
 int getApi()
          Gets the value of the api property.
 void setApi(int value)
          Sets the value of the api property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

api

protected int api
Constructor Detail

LayoutlibType

public LayoutlibType()
Method Detail

getApi

public int getApi()
Gets the value of the api property.

Specified by:
getApi in class DetailsTypes.PlatformDetailsType.LayoutlibType

setApi

public void setApi(int value)
Sets the value of the api property.

Specified by:
setApi in class DetailsTypes.PlatformDetailsType.LayoutlibType

createFactory

public ObjectFactory createFactory()