|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.repository.impl.meta.TypeDetails
com.android.repository.impl.generated.v1.TypeDetails
com.android.sdklib.repositoryv2.generated.common.v1.ApiDetailsType
com.android.sdklib.repositoryv2.generated.sysimg.v1.SysImgDetailsType
public class SysImgDetailsType
DO NOT EDIT This file was generated by xjc from sdk-sys-img-01.xsd. Any changes will be lost upon recompilation of the schema. See the schema file for instructions on running xjc. type-details subclass including system image-specific information: - tag, specifying the device type (tablet, tv, wear, etc.) - vendor, the vendor for this system image (android, google, etc.) - abi, the architecture for this image (x86, armeabi-v7a, etc.)
Java class for sysImgDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sysImgDetailsType"> <complexContent> <extension base="{http://schemas.android.com/sdk/android/repo/common/01}apiDetailsType"> <sequence> <element name="tag" type="{http://schemas.android.com/sdk/android/repo/common/01}idDisplayType"/> <element name="vendor" type="{http://schemas.android.com/sdk/android/repo/common/01}idDisplayType" minOccurs="0"/> <element name="abi" type="{http://schemas.android.com/sdk/android/repo/sys-img2/01}abiType"/> </sequence> </extension> </complexContent> </complexType>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.android.repository.impl.meta.TypeDetails |
---|
com.android.repository.impl.meta.TypeDetails.GenericType |
Field Summary | |
---|---|
protected java.lang.String |
abi
|
protected IdDisplayType |
tag
|
protected IdDisplayType |
vendor
|
Fields inherited from class com.android.sdklib.repositoryv2.generated.common.v1.ApiDetailsType |
---|
apiLevel, codename |
Constructor Summary | |
---|---|
SysImgDetailsType()
|
Method Summary | |
---|---|
ObjectFactory |
createFactory()
|
java.lang.String |
getAbi()
Gets the value of the abi property. |
IdDisplayType |
getTag()
Gets the value of the tag property. |
IdDisplayType |
getVendor()
Gets the value of the vendor property. |
boolean |
isValidAbi(java.lang.String value)
Checks whether value is a valid abi type. |
void |
setAbi(java.lang.String value)
Sets the value of the abi property. |
void |
setTag(IdDisplay value)
Sets the tag for this package. |
void |
setTagInternal(IdDisplayType value)
Sets the value of the tag property. |
void |
setVendor(IdDisplay value)
Sets the vendor of this package. |
void |
setVendorInternal(IdDisplayType value)
Sets the value of the vendor property. |
Methods inherited from class com.android.sdklib.repositoryv2.generated.common.v1.ApiDetailsType |
---|
getApiLevel, getCodename, setApiLevel, setCodename |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.android.sdklib.repositoryv2.meta.DetailsTypes.ApiDetailsType |
---|
getApiLevel, getCodename, setApiLevel, setCodename |
Field Detail |
---|
protected IdDisplayType tag
protected IdDisplayType vendor
protected java.lang.String abi
Constructor Detail |
---|
public SysImgDetailsType()
Method Detail |
---|
public IdDisplayType getTag()
getTag
in interface DetailsTypes.SysImgDetailsType
IdDisplayType
public void setTagInternal(IdDisplayType value)
value
- allowed object is
IdDisplayType
public IdDisplayType getVendor()
getVendor
in interface DetailsTypes.SysImgDetailsType
IdDisplayType
public void setVendorInternal(IdDisplayType value)
value
- allowed object is
IdDisplayType
public java.lang.String getAbi()
getAbi
in interface DetailsTypes.SysImgDetailsType
String
public void setAbi(java.lang.String value)
setAbi
in interface DetailsTypes.SysImgDetailsType
value
- allowed object is
String
public boolean isValidAbi(java.lang.String value)
DetailsTypes.SysImgDetailsType
value
is a valid abi type.
isValidAbi
in interface DetailsTypes.SysImgDetailsType
public void setTag(IdDisplay value)
DetailsTypes.SysImgDetailsType
setTag
in interface DetailsTypes.SysImgDetailsType
public void setVendor(IdDisplay value)
DetailsTypes.SysImgDetailsType
setVendor
in interface DetailsTypes.SysImgDetailsType
public ObjectFactory createFactory()
createFactory
in class com.android.repository.impl.meta.TypeDetails
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |