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.GenericType
DetailsTypes.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, setCodename
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAndroidVersion, getApiLevel, getCodename, setApiLevel, setCodename
protected LayoutlibType layoutlib
public DetailsTypes.PlatformDetailsType.LayoutlibType getLayoutlib()
getLayoutlib
in interface DetailsTypes.PlatformDetailsType
LayoutlibType
public void setLayoutlibInternal(LayoutlibType value)
value
- allowed object is
LayoutlibType
public void setLayoutlib(DetailsTypes.PlatformDetailsType.LayoutlibType value)
setLayoutlib
in interface DetailsTypes.PlatformDetailsType
public ObjectFactory createFactory()