public class LabelSurrogate extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LabelSurrogate.Type
An exemplary enum.
|
Constructor and Description |
---|
LabelSurrogate(LabelSurrogate.Type type,
String foo) |
Modifier and Type | Method and Description |
---|---|
String |
getFoo() |
LabelSurrogate.Type |
getType() |
void |
setFoo(String foo) |
void |
setType(LabelSurrogate.Type type) |
String |
toString() |
public LabelSurrogate(LabelSurrogate.Type type, String foo)
public LabelSurrogate.Type getType()
public void setType(LabelSurrogate.Type type)
public String getFoo()
public void setFoo(String foo)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.