|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.LabelPlacementDescription
com.esri.arcgisws.LineLabelPlacementDescription
public class LineLabelPlacementDescription
Java class for LineLabelPlacementDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LineLabelPlacementDescription">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}LabelPlacementDescription">
<sequence>
<element name="Type" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriServerLineLabelPlacementType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
LineLabelPlacementDescription()
LineLabelPlacementDescription default constructor. |
|
LineLabelPlacementDescription(EsriServerLineLabelPlacementType type)
Deprecated. |
|
| Method Summary | |
|---|---|
EsriServerLineLabelPlacementType |
getType()
Gets the value of the type property. |
void |
setType(EsriServerLineLabelPlacementType value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated public LineLabelPlacementDescription(EsriServerLineLabelPlacementType type)
public LineLabelPlacementDescription()
| Method Detail |
|---|
public EsriServerLineLabelPlacementType getType()
EsriServerLineLabelPlacementTypepublic void setType(EsriServerLineLabelPlacementType value)
value - allowed object is
EsriServerLineLabelPlacementType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||