|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.sdklib.repositoryv2.meta.Library
com.android.sdklib.repositoryv2.generated.common.v1.LibraryType
public class LibraryType
DO NOT EDIT This file was generated by xjc from sdk-common-01.xsd. Any changes will be lost upon recompilation of the schema. See the schema file for instructions on running xjc. a library provided by this addon
Java class for libraryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="libraryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="localJarPath" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="manifestEntryRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
description
|
protected java.lang.String |
localJarPath
|
protected java.lang.Boolean |
manifestEntryRequired
|
protected java.lang.String |
name
|
| Constructor Summary | |
|---|---|
LibraryType()
|
|
| Method Summary | |
|---|---|
ObjectFactory |
createFactory()
|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getLocalJarPath()
Gets the value of the localJarPath property. |
java.lang.String |
getName()
Gets the value of the name property. |
boolean |
isManifestEntryRequired()
Gets the value of the manifestEntryRequired property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setLocalJarPath(java.lang.String value)
Sets the value of the localJarPath property. |
void |
setManifestEntryRequired(java.lang.Boolean value)
Sets the value of the manifestEntryRequired property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
| Methods inherited from class com.android.sdklib.repositoryv2.meta.Library |
|---|
equals, getJar, hashCode, setPackagePath, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String description
protected java.lang.String localJarPath
protected java.lang.String name
protected java.lang.Boolean manifestEntryRequired
| Constructor Detail |
|---|
public LibraryType()
| Method Detail |
|---|
public java.lang.String getDescription()
getDescription in interface IAndroidTarget.OptionalLibrarygetDescription in class LibraryStringpublic void setDescription(java.lang.String value)
setDescription in class Libraryvalue - allowed object is
Stringpublic java.lang.String getLocalJarPath()
Stringpublic void setLocalJarPath(java.lang.String value)
setLocalJarPath in class Libraryvalue - allowed object is
Stringpublic java.lang.String getName()
getName in interface IAndroidTarget.OptionalLibrarygetName in class LibraryStringpublic void setName(java.lang.String value)
setName in class Libraryvalue - allowed object is
Stringpublic boolean isManifestEntryRequired()
isManifestEntryRequired in interface IAndroidTarget.OptionalLibraryisManifestEntryRequired in class LibraryBooleanpublic void setManifestEntryRequired(java.lang.Boolean value)
setManifestEntryRequired in class Libraryvalue - allowed object is
Booleanpublic ObjectFactory createFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||