public static class BlueprintPlugin.Attribute extends Object implements Comparable<BlueprintPlugin.Attribute>
Constructor and Description |
---|
Attribute(String name,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BlueprintPlugin.Attribute a) |
boolean |
equals(Object o) |
String |
getName() |
Map<String,String> |
getProperties() |
int |
hashCode() |
public String getName()
public int compareTo(BlueprintPlugin.Attribute a)
compareTo
in interface Comparable<BlueprintPlugin.Attribute>
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.