public class ValuePart extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addType(BlockType type) |
int |
getLevel() |
String |
getTitle() |
BlockType[] |
getTypes() |
String |
getUrl() |
String |
getValue() |
static void |
main(String[] args) |
void |
setLevel(int level) |
void |
setTitle(String title) |
void |
setTypes(BlockType... types) |
void |
setUrl(String url) |
void |
setValue(String value) |
String |
toString() |
public ValuePart()
public ValuePart(String value)
public String getValue()
public void setValue(String value)
public BlockType[] getTypes()
public void setTypes(BlockType... types)
public int getLevel()
public void setLevel(int level)
public String getUrl()
public void setUrl(String url)
public String getTitle()
public void setTitle(String title)
public void addType(BlockType type)
public static void main(String[] args)
Copyright © 2019. All rights reserved.