com.android.sdklib.repositoryv2.generated.repository.v1
Class LayoutlibType
java.lang.Object
com.android.sdklib.repositoryv2.meta.DetailsTypes.PlatformDetailsType.LayoutlibType
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
api
protected int api
LayoutlibType
public LayoutlibType()
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()