package p;

public class A {
	
	private static String NAME= "N";

    private static String getNAME() { 
        return NAME;
    }

}
