@Deprecated
public class Snippet
extends java.lang.Object
implements java.lang.Cloneable
A short description of the feature. In Google Earth, this description is displayed
in the Places panel under the name of the feature. If a Snippet is not supplied,
the first two lines of the
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxLines
Deprecated.
|
protected java.lang.String |
value
Deprecated.
|
| Constructor and Description |
|---|
Snippet()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Snippet |
clone()
Deprecated.
|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
int |
getMaxLines()
Deprecated.
|
java.lang.String |
getValue()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setMaxLines(int value)
Deprecated.
|
void |
setValue(java.lang.String value)
Deprecated.
|
Snippet |
withMaxLines(int maxLines)
Deprecated.
fluent setter
|
Snippet |
withValue(java.lang.String value)
Deprecated.
fluent setter
|
protected java.lang.String value
Value of the data pair.
protected int maxLines
public java.lang.String getValue()
Stringvaluepublic void setValue(java.lang.String value)
value - allowed object is
Stringvaluepublic int getMaxLines()
maxLinespublic void setMaxLines(int value)
maxLinespublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic Snippet withValue(java.lang.String value)
value - required parametersetValue(String)public Snippet withMaxLines(int maxLines)
maxLines - required parametersetMaxLines(int)public Snippet clone()
clone in class java.lang.ObjectCopyright © 2014 Micromata GmbH. All Rights Reserved.