public class PlatformDetailsType extends ApiDetailsType implements DetailsTypes.PlatformDetailsType
Java class for platformDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="platformDetailsType">
<complexContent>
<extension base="{http://schemas.android.com/sdk/android/repo/common/01}apiDetailsType">
<sequence>
<element name="layoutlib" type="{http://schemas.android.com/sdk/android/repo/repository2/01}layoutlibType"/>
</sequence>
</extension>
</complexContent>
</complexType>
com.android.repository.impl.meta.TypeDetails.GenericTypeDetailsTypes.PlatformDetailsType.LayoutlibType| Modifier and Type | Field and Description |
|---|---|
protected LayoutlibType |
layoutlib |
apiLevel, codename| Constructor and Description |
|---|
PlatformDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
ObjectFactory |
createFactory() |
DetailsTypes.PlatformDetailsType.LayoutlibType |
getLayoutlib()
Gets the value of the layoutlib property.
|
void |
setLayoutlib(DetailsTypes.PlatformDetailsType.LayoutlibType value) |
void |
setLayoutlibInternal(LayoutlibType value)
Sets the value of the layoutlib property.
|
getApiLevel, getCodename, setApiLevel, setCodenameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAndroidVersion, getApiLevel, getCodename, setApiLevel, setCodenameprotected LayoutlibType layoutlib
public DetailsTypes.PlatformDetailsType.LayoutlibType getLayoutlib()
getLayoutlib in interface DetailsTypes.PlatformDetailsTypeLayoutlibTypepublic void setLayoutlibInternal(LayoutlibType value)
value - allowed object is
LayoutlibTypepublic void setLayoutlib(DetailsTypes.PlatformDetailsType.LayoutlibType value)
setLayoutlib in interface DetailsTypes.PlatformDetailsTypepublic ObjectFactory createFactory()